From 8fa9a6d7d7a89baeb59f37809372def40c760c66 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 20 Dec 2019 07:56:15 +0100 Subject: [PATCH] [conda_build_config] Update to latest patch releases --- bob/devtools/data/conda_build_config.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index 6946af98..879862eb 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -51,12 +51,12 @@ zip_keys: # This version of bob-devel will be used at test time of packages: bob_devel: - - 2019.10.17 + - 2019.12.19 # 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: - - 2019.10.17 + - 2019.12.19 # The build time only dependencies (build requirements). # Updating these to the latest version all the time is OK and a good idea. @@ -88,11 +88,11 @@ jpeg: libblitz: - 1.0.1 libmatio: - - 1.5.15 + - 1.5.17 libpng: - 1.6.35 libsvm: - - 3.22 + - 3.24 libtiff: - 4.0.9 mkl: @@ -125,7 +125,7 @@ kaldi: matplotlib: - 3.1.0 menpo: - - 0.9.1 + - 0.9.2 menpofit: - 0.6.1 mne: @@ -145,7 +145,7 @@ pyyaml: requests: - 2.22.0 schema: - - 0.7.0 + - 0.7.1 scikit_image: - 0.15.0 scikit_learn: @@ -175,23 +175,23 @@ zc_recipe_egg: docker_py: - 4.0.2 jsonschema: - - 3.0.1 + - 3.0.2 python_graphviz: - 0.8.4 pyzmq: - 17.1.2 simplejson: - - 3.16.0 + - 3.17.0 sphinxcontrib_programoutput: - - 0.14 + - 0.15 sphinxcontrib_httpdomain: - 1.7.0 nodejs: - 8.9.3 flask: - - 1.0.2 + - 1.0.3 flask_cors: - - 3.0.7 + - 3.0.8 flask_restful: - 0.3.6 psycopg2: -- GitLab