Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
conda
Commits
755f052c
Commit
755f052c
authored
Aug 07, 2019
by
Amir MOHAMMADI
Browse files
[bob-devel] fix conflicts and update versions
parent
6416bfce
Pipeline
#32369
failed with stage
in 15 minutes and 56 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
conda/beat-devel/meta.yaml
View file @
755f052c
...
...
@@ -2,7 +2,7 @@
{
%
set nopin =
[
'
ca-certificates'
,
'
certifi'
,
'
openssl'
,
'
libstdcxx-ng'
,
'
libgcc-ng'
,
'
libcxx'
,
'
libcxxabi'
]
%
}
package
:
name
:
beat-devel
version
:
2019.08.0
7
version
:
2019.08.0
8
build
:
# the build number must be zero all the time.
...
...
@@ -15,7 +15,7 @@ build:
requirements
:
host
:
-
python {{ python }}
-
bob-devel 2019.08.0
4
-
bob-devel 2019.08.0
8
-
docker-py 4.0.2
-
flask 1.0.2
-
flask-cors 3.0.7
...
...
conda/bob-devel/meta.yaml
View file @
755f052c
...
...
@@ -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.08.0
6
version
:
2019.08.0
8
build
:
# the build number must be zero all the time.
...
...
@@ -17,11 +17,12 @@ build:
requirements
:
host
:
-
python {{ python }}
# IMPORTANT: To update this list, create a conda environment with all the below
# packages without any pinning. Once the environment is resolved, observe those
# versions and put them here.
# Dependency list of bob packages. Everything is pinned to allow for better
# reproducibility. Please keep this list sorted. It is MANDATORY that you
# update all dependencies at once (to their latest version) each time you
# modify the dependencies here. Use ``conda search`` to find the latest
# version of packages.
# reproducibility.
-
boost 1.67.0
-
caffe
1.0
# [linux]
-
click
7.0
...
...
@@ -45,25 +46,26 @@ requirements:
-
libpng 1.6.37
-
libsvm
3.22
-
libtiff 4.0.10
-
madmom 0.16.1
-
matplotlib 3.1.0
-
menpo 0.8.1
-
menpofit 0.5.0
-
mkl
2019.4
-
mne 0.15.2
-
mr.developer
1.38
-
nose 1.3.7
-
numpy 1.16.
2
-
numpy 1.16.
4
-
opencv 3.4.2
-
pillow 6.1.0
-
pkg-config 0.29.2
-
pyedflib 0.1.11
-
cudatoolkit
9.0
# [linux]
-
pytorch 1.
0.1
# [linux]
-
pytorch 1.
1.0
# [linux]
-
pyyaml 5.1.1
-
requests 2.22.0
-
schema 0.6.8
-
scikit-image 0.15.0
-
scikit-learn 0.21.2
-
scipy 1.
3.0
-
scipy 1.
2.1
-
setuptools 41.0.1
-
six 1.12.0
-
sox 14.4.2
...
...
@@ -72,7 +74,7 @@ requirements:
-
sqlalchemy 1.3.5
-
tabulate 0.8.3
-
tensorflow 1.14.0
-
torchvision 0.
2.1
# [linux
and py<37
]
-
torchvision 0.
3.0
# [linux]
-
vlfeat 0.9.21
-
zc.buildout 2.12.2
-
zc.recipe.egg 2.0.7
...
...
@@ -80,8 +82,6 @@ requirements:
-
termcolor 1.1.0
# semi-supported dependencies (drop them if they conflict):
-
dlib
19.7
-
menpo 0.8.1
-
menpofit 0.5.0
run
:
-
python
run_constrained
:
...
...
conda_build_config.yaml
View file @
755f052c
...
...
@@ -43,7 +43,7 @@ zip_keys:
-
python
# [win]
numpy
:
-
1.16.
2
-
1.16.
4
boost
:
-
1.67.0
cython
:
...
...
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