From bf5170764c29e3469b8384a28fc7fad231f9c7b9 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 16 Apr 2019 16:42:17 +0200 Subject: [PATCH] remove cyvlfeat too --- bob/devtools/data/conda_build_config.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index 4fe8e54a..df305135 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.04.16 + - 2019.04.17 # 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.04.16 + - 2019.04.17 # The build time only dependencies (build requirements). # Updating these to the latest version all the time is OK and a good idea. @@ -77,8 +77,6 @@ numpy: - 1.14.5 boost: - 1.67.0 -cyvlfeat: - - 0.4.6 ffmpeg: - 4.0 freetype: -- GitLab