From 28d4760d5091d412906a9bf581652a8c6c3fb116 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 10 Nov 2020 10:58:51 +0100 Subject: [PATCH] [conda-build] Update bob-devel version --- bob/devtools/data/conda_build_config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index e02b5142..43faf570 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.11.06 + - 2020.11.10 # 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.11.06 + - 2020.11.10 # The build time only dependencies (build requirements). # Updating these to the latest version all the time is OK and a good idea. @@ -121,9 +121,9 @@ libsvm: libtiff: - 4.1.0 mkl: - - 2020.2 + - 2019.4 numpy: - - 1.17.4 + - 1.16.6 pybind11: - 2.4.3 sox: -- GitLab