Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
conda
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
conda
Commits
cfbe2a82
Commit
cfbe2a82
authored
Sep 05, 2019
by
Samuel GAIST
Committed by
André Anjos
Sep 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[oset] Remove package
beat/beat.cmdline> does not use it anymore.
parent
f6f961b5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
48 deletions
+5
-48
conda/beat-devel/meta.yaml
conda/beat-devel/meta.yaml
+2
-3
conda/bob-devel/meta.yaml
conda/bob-devel/meta.yaml
+3
-1
conda/oset/meta.yaml
conda/oset/meta.yaml
+0
-43
python.txt
python.txt
+0
-1
No files found.
conda/beat-devel/meta.yaml
View file @
cfbe2a82
...
...
@@ -2,7 +2,7 @@
{
%
set nopin =
[
'
ca-certificates'
,
'
certifi'
,
'
openssl'
,
'
libstdcxx-ng'
,
'
libgcc-ng'
,
'
libcxx'
,
'
libcxxabi'
]
%
}
package
:
name
:
beat-devel
version
:
2019.0
8.28
version
:
2019.0
9.05
build
:
# the build number must be zero all the time.
...
...
@@ -15,14 +15,13 @@ build:
requirements
:
host
:
-
python {{ python }}
-
bob-devel 2019.0
8.28
-
bob-devel 2019.0
9.05
-
docker-py 4.0.2
-
flask 1.0.2
-
flask-cors 3.0.7
-
flask-restful 0.3.6
-
jsonschema 3.0.1
-
nodejs 8.9.3
-
oset 0.1.3
-
python-graphviz 0.8.4
-
pyzmq 17.1.2
-
simplejson 3.16.0
...
...
conda/bob-devel/meta.yaml
View file @
cfbe2a82
...
...
@@ -4,7 +4,7 @@ package:
name
:
bob-devel
# please update the version of beat-devel and update bob-devel's version
# there as well in the same merge request.
version
:
2019.0
8.28
version
:
2019.0
9.05
build
:
# the build number must be zero all the time.
...
...
@@ -63,6 +63,7 @@ requirements:
-
pkg-config 0.29.2
-
pyedflib 0.1.14
-
cudatoolkit
9.0
# [linux]
-
pandas 0.25.1
-
pytorch 1.0.1
# [linux]
-
pyyaml 5.1.1
-
requests 2.22.0
...
...
@@ -79,6 +80,7 @@ requirements:
-
tabulate 0.8.3
-
tensorflow 1.14.0
-
torchvision 0.2.1
# [linux]
-
tqdm 4.32.1
-
vlfeat 0.9.21
-
zc.buildout 2.13.2
-
zc.recipe.egg 2.0.7
...
...
conda/oset/meta.yaml
deleted
100644 → 0
View file @
f6f961b5
{
%
set name = "oset" %
}
{
%
set version = "0.1.3" %
}
package
:
name
:
{{
name
}}
version
:
{{
version
}}
source
:
fn
:
{{
name
}}
-{{ version }}.tar.gz
url
:
https://pypi.org/packages/source/o/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256
:
4c1fd7dec96eeff9d3260995a8e37f9f415d0bdb79975f57824e68716ac8f904
build
:
number
:
0
script
:
python setup.py install --single-version-externally-managed --record=record.txt
requirements
:
build
:
-
python
-
setuptools
run
:
-
python
test
:
requires
:
-
nose
-
coverage
imports
:
-
{{
name
}}
commands
:
#- nosetests {{ name }} -v --with-coverage --cover-package={{ name }}
about
:
home
:
https://pypi.org/project/oset/
license
:
Python License (Python-2.0)
summary
:
Set that remembers original insertion order
extra
:
recipe-maintainers
:
-
anjos
python.txt
View file @
cfbe2a82
...
...
@@ -9,7 +9,6 @@ conda/zc.recipe.egg
conda/mr.developer
conda/pyedflib
conda/schema
conda/oset
conda/sphinxcontrib-programoutput
conda/sphinxcontrib-httpdomain
conda/aniso8601
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment