From d8764271d404cc118403bead59e8b2591c75460c Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Wed, 4 Nov 2020 19:15:18 +0100
Subject: [PATCH] [conda_build_config] Update bob-devel and its respective pins

---
 bob/devtools/data/conda_build_config.yaml | 146 ++++++++++------------
 1 file changed, 64 insertions(+), 82 deletions(-)

diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index 67ff881d..ce6fcbf2 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -78,12 +78,12 @@ zip_keys:
 
 # This version of bob-devel will be used at test time of packages:
 bob_devel:
-  - 2020.08.12
+  - 2020.11.04
 
 # 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
 beat_devel:
-  - 2020.08.12
+  - 2020.11.04
 
 # The build time only dependencies (build requirements).
 # Updating these to the latest version all the time is OK and a good idea.
@@ -98,24 +98,20 @@ pkg_config:
 # 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:
 # https://github.com/AnacondaRecipes/aggregate/blob/master/conda_build_config.yaml
-numpy:
-  - 1.16.6
 boost:
-  - 1.67.0
+  - 1.73.0
 ffmpeg:
-  - 4.0
+  - 4.2.2
 freetype:
   - 2.9.1
 giflib:
   - 5.1.4
 hdf5:
-  - 1.10.2
+  - 1.10.6
 jpeg:
   - 9b
 libblitz:
   - 1.0.1
-libmatio:
-  - 1.5.17
 libpng:
   - 1.6.35
 libsvm:
@@ -124,114 +120,100 @@ libtiff:
   - 4.1.0
 mkl:
   - 2019
+numpy:
+  - 1.16.6
+pybind11:
+  - 2.4.3
 sox:
   - 14.4.2
 vlfeat:
   - 0.9.21
-pybind11:
-  - 2.4.3
 
-# The dependencies that are needed for runtime only (run requirements).
-# These versions **should** match the versions inside bob-devel recipe.
-caffe:
-  - 1.0
+# The dependencies that are needed for runtime only (run requirements). These versions
+# **should** match the versions inside bob-devel recipe. In fact, you can copy the
+# bob-devel pins here and remove the ones that are already in the "build" requirements,
+# above (like numpy, boost). You should also replace dashes with underlines.
 click:
-  - 7.1.1
+  - 7.1.2
 click_plugins:
   - 1.1.1
-cyvlfeat:
-  - 0.5.1
+coverage:
+  - 5.3
 dask:
-  - 2.13.0
+  - 2.30.0
 dask_jobqueue:
   - 0.7.0
 dask_ml:
-  - 1.4.0
+  - 1.7.0
 distributed:
-  - 2.16.0
-dlib:
-  - 19.7
+  - 2.30.0
+docker_py:
+  - 4.3.1
 docopt:
   - 0.6.2
 h5py:
-  - 2.8.0
+  - 2.10.0
 jinja2:
-  - 2.11.1
-kaldi:
-  - 5.5.164
+  - 2.11.2
+jsonschema:
+  - 3.2.0
 matplotlib:
-  - 3.1.3
-menpo:
-  - 0.9.2
-menpofit:
-  - 0.6.1
-mne:
-  - 0.18.1
-opencv:
-  - 3.4.2
+  - 3.3.2
+ncurses:
+  - 6.2
+nose:
+  - 1.3.7
 pandas:
-  - 1.0.3
+  - 1.1.3
 pillow:
-  - 6.2.1
-pyedflib:
-  - 0.1.14
+  - 8.0.1
+psycopg2:
+  - 2.8.5
+python_graphviz:
+  - 0.14.2
 pytorch:
-  - 1.3.1
+  - 1.7.0
 pyyaml:
   - 5.3.1
+pyzmq:
+  - 19.0.2
 requests:
-  - 2.23.0
+  - 2.24.0
 schema:
-  - 0.7.1
+  - 0.7.2
 scikit_image:
-  - 0.16.2
+  - 0.17.2
 scikit_learn:
-  - 0.22.1
+  - 0.23.2
 scipy:
-  - 1.4.1
+  - 1.5.2
 setuptools:
-  - 46.1.1
-six:
-  - 1.14.0
+  - 50.3.0
+simplejson:
+  - 3.17.2
+sphinx:
+  - 3.2.1
+sphinx_rtd_theme:
+  - 0.4.3
+sphinxcontrib_httpdomain:
+  - 1.7.0
 sphinxcontrib_programoutput:
   - 0.16
 sqlalchemy:
-  - 1.3.15
+  - 1.3.20
 tabulate:
-  - 0.8.3
+  - 0.8.7
 tensorflow:
-  - 1.15.0
+  - 2.2.0
+termcolor:
+  - 1.1.0
 torchvision:
-  - 0.4.2
+  - 0.8.1
 tqdm:
-  - 4.43.0
+  - 4.50.2
 xarray:
-  - 0.15.0
-zc_recipe_egg:
+  - 0.16.1
+zc.buildout:
+  - 2.13.3
+zc.recipe.egg:
   - 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
-- 
GitLab