Skip to content
Snippets Groups Projects
Commit 0543db3f authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch 'bob-devel' into 'master'

[conda_build_config] Update bob-devel and its respective pins

See merge request !180
parents 46272561 d8764271
No related branches found
No related tags found
1 merge request!180[conda_build_config] Update bob-devel and its respective pins
Pipeline #44884 passed
...@@ -78,12 +78,12 @@ zip_keys: ...@@ -78,12 +78,12 @@ zip_keys:
# This version of bob-devel will be used at test time of packages: # This version of bob-devel will be used at test time of packages:
bob_devel: bob_devel:
- 2020.08.12 - 2020.11.04
# This version of beat-devel will be used at test time of packages. Notice it # This version of beat-devel will be used at test time of packages. Notice it
# uses bob-devel and should have a version that is greater or equal its value # uses bob-devel and should have a version that is greater or equal its value
beat_devel: beat_devel:
- 2020.08.12 - 2020.11.04
# The build time only dependencies (build requirements). # The build time only dependencies (build requirements).
# Updating these to the latest version all the time is OK and a good idea. # Updating these to the latest version all the time is OK and a good idea.
...@@ -98,24 +98,20 @@ pkg_config: ...@@ -98,24 +98,20 @@ pkg_config:
# Ideally we want to build against the oldest possible version of packages when # Ideally we want to build against the oldest possible version of packages when
# we are linking against them. It is best to keep this in sync with: # we are linking against them. It is best to keep this in sync with:
# https://github.com/AnacondaRecipes/aggregate/blob/master/conda_build_config.yaml # https://github.com/AnacondaRecipes/aggregate/blob/master/conda_build_config.yaml
numpy:
- 1.16.6
boost: boost:
- 1.67.0 - 1.73.0
ffmpeg: ffmpeg:
- 4.0 - 4.2.2
freetype: freetype:
- 2.9.1 - 2.9.1
giflib: giflib:
- 5.1.4 - 5.1.4
hdf5: hdf5:
- 1.10.2 - 1.10.6
jpeg: jpeg:
- 9b - 9b
libblitz: libblitz:
- 1.0.1 - 1.0.1
libmatio:
- 1.5.17
libpng: libpng:
- 1.6.35 - 1.6.35
libsvm: libsvm:
...@@ -124,114 +120,100 @@ libtiff: ...@@ -124,114 +120,100 @@ libtiff:
- 4.1.0 - 4.1.0
mkl: mkl:
- 2019 - 2019
numpy:
- 1.16.6
pybind11:
- 2.4.3
sox: sox:
- 14.4.2 - 14.4.2
vlfeat: vlfeat:
- 0.9.21 - 0.9.21
pybind11:
- 2.4.3
# The dependencies that are needed for runtime only (run requirements). # The dependencies that are needed for runtime only (run requirements). These versions
# These versions **should** match the versions inside bob-devel recipe. # **should** match the versions inside bob-devel recipe. In fact, you can copy the
caffe: # bob-devel pins here and remove the ones that are already in the "build" requirements,
- 1.0 # above (like numpy, boost). You should also replace dashes with underlines.
click: click:
- 7.1.1 - 7.1.2
click_plugins: click_plugins:
- 1.1.1 - 1.1.1
cyvlfeat: coverage:
- 0.5.1 - 5.3
dask: dask:
- 2.13.0 - 2.30.0
dask_jobqueue: dask_jobqueue:
- 0.7.0 - 0.7.0
dask_ml: dask_ml:
- 1.4.0 - 1.7.0
distributed: distributed:
- 2.16.0 - 2.30.0
dlib: docker_py:
- 19.7 - 4.3.1
docopt: docopt:
- 0.6.2 - 0.6.2
h5py: h5py:
- 2.8.0 - 2.10.0
jinja2: jinja2:
- 2.11.1 - 2.11.2
kaldi: jsonschema:
- 5.5.164 - 3.2.0
matplotlib: matplotlib:
- 3.1.3 - 3.3.2
menpo: ncurses:
- 0.9.2 - 6.2
menpofit: nose:
- 0.6.1 - 1.3.7
mne:
- 0.18.1
opencv:
- 3.4.2
pandas: pandas:
- 1.0.3 - 1.1.3
pillow: pillow:
- 6.2.1 - 8.0.1
pyedflib: psycopg2:
- 0.1.14 - 2.8.5
python_graphviz:
- 0.14.2
pytorch: pytorch:
- 1.3.1 - 1.7.0
pyyaml: pyyaml:
- 5.3.1 - 5.3.1
pyzmq:
- 19.0.2
requests: requests:
- 2.23.0 - 2.24.0
schema: schema:
- 0.7.1 - 0.7.2
scikit_image: scikit_image:
- 0.16.2 - 0.17.2
scikit_learn: scikit_learn:
- 0.22.1 - 0.23.2
scipy: scipy:
- 1.4.1 - 1.5.2
setuptools: setuptools:
- 46.1.1 - 50.3.0
six: simplejson:
- 1.14.0 - 3.17.2
sphinx:
- 3.2.1
sphinx_rtd_theme:
- 0.4.3
sphinxcontrib_httpdomain:
- 1.7.0
sphinxcontrib_programoutput: sphinxcontrib_programoutput:
- 0.16 - 0.16
sqlalchemy: sqlalchemy:
- 1.3.15 - 1.3.20
tabulate: tabulate:
- 0.8.3 - 0.8.7
tensorflow: tensorflow:
- 1.15.0 - 2.2.0
termcolor:
- 1.1.0
torchvision: torchvision:
- 0.4.2 - 0.8.1
tqdm: tqdm:
- 4.43.0 - 4.50.2
xarray: xarray:
- 0.15.0 - 0.16.1
zc_recipe_egg: zc.buildout:
- 2.13.3
zc.recipe.egg:
- 2.0.7 - 2.0.7
# The dependencies that are needed for runtime only (run requirements) of BEAT
# packages. These versions **should** match the versions inside beat-devel
# recipe.
# These are in bob-devel, but actually belong to BEAT
psycopg2:
- 2.8.4
termcolor:
- 1.1.0
# These in beat-devel
docker_py:
- 4.2.0
jsonschema:
- 3.2.0
python_graphviz:
- 0.13.2
pyzmq:
- 18.1.1
simplejson:
- 3.17.0
sphinxcontrib_httpdomain:
- 1.7.0
ncurses:
- 6.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment