From 8920b85d2c96a0266e950467266abd95aa94df32 Mon Sep 17 00:00:00 2001 From: Vincent <vincent.pollet@idiap.ch> Date: Wed, 18 Nov 2020 17:58:53 +0100 Subject: [PATCH] Add opencv --- bob/devtools/data/conda_build_config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index 9c600ab9..d09e8a95 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -77,12 +77,12 @@ zip_keys: # This version of bob-devel will be used at test time of packages: bob_devel: - - 2020.11.17 + - 2020.11.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: - - 2020.11.17 + - 2020.11.19 # The build time only dependencies (build requirements). # Updating these to the latest version all the time is OK and a good idea. @@ -165,6 +165,8 @@ ncurses: - 6.2 nose: - 1.3.7 +opencv: + - 4.5.0 pandas: - 1.1.3 pillow: -- GitLab