From 6d98d5950a1e378c07c06f90cfbc2883274b978d Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 28 Aug 2019 20:22:37 +0200 Subject: [PATCH] Update conda_build_config.yaml to bob-devel 2019.08.28 --- bob/devtools/data/conda_build_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index 290f8974..49c5bc4c 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.08.26 + - 2019.08.28 # 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.08.26 + - 2019.08.28 # The build time only dependencies (build requirements). # Updating these to the latest version all the time is OK and a good idea. -- GitLab