From d41b47a638b54609b895e58ffd065e2af3e3e458 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 30 Mar 2020 14:59:50 +0200 Subject: [PATCH] [data/conda_build_config.yaml] Bump nightly requirements for Bob and BEAT --- bob/devtools/data/conda_build_config.yaml | 60 +++++++++++++---------- 1 file changed, 33 insertions(+), 27 deletions(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index b8f964e7..ba80b89d 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: - - 2020.01.09 + - 2020.03.30 # 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.01.09 + - 2020.03.30 # The build time only dependencies (build requirements). # Updating these to the latest version all the time is OK and a good idea. @@ -94,7 +94,7 @@ libpng: libsvm: - 3.24 libtiff: - - 4.0.9 + - 4.1.0 mkl: - 2019.1 sox: @@ -107,7 +107,7 @@ vlfeat: caffe: - 1.0 click: - - 7.0 + - 7.1.1 click_plugins: - 1.1.1 cyvlfeat: @@ -119,11 +119,11 @@ docopt: h5py: - 2.8.0 jinja2: - - 2.10.1 + - 2.11.1 kaldi: - 1!5.5.164 matplotlib: - - 3.1.0 + - 3.1.3 menpo: - 0.9.2 menpofit: @@ -133,60 +133,66 @@ mne: opencv: - 3.4.2 pandas: - - 0.25.1 + - 1.0.3 pillow: - - 6.1.0 + - 6.2.1 pyedflib: - 0.1.14 pytorch: - 1.0.1 pyyaml: - - 5.1.1 + - 5.3.1 requests: - - 2.22.0 + - 2.23.0 schema: - 0.7.1 scikit_image: - - 0.15.0 + - 0.16.2 scikit_learn: - - 0.21.2 + - 0.22.1 scipy: - - 1.2.1 + - 1.4.1 setuptools: - - 41.0.1 + - 46.1.1 six: - - 1.12.0 + - 1.14.0 +sphinxcontrib_programoutput: + - 0.16 sqlalchemy: - - 1.3.1 + - 1.3.15 tabulate: - 0.8.3 tensorflow: - - 1.14.0 + - 1.15.0 torchvision: - 0.2.1 tqdm: - - 4.32.1 + - 4.43.0 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.0.2 + - 4.2.0 jsonschema: - - 3.0.2 + - 3.2.0 python_graphviz: - - 0.8.4 + - 0.13.2 pyzmq: - - 17.1.2 + - 18.1.1 simplejson: - 3.17.0 -sphinxcontrib_programoutput: - - 0.15 sphinxcontrib_httpdomain: - 1.7.0 -psycopg2: - - 2.7.6.1 ncurses: - - 6.1 + - 6.2 -- GitLab