From d5aa09e022021df0e09e539576c9f6a037696d7e Mon Sep 17 00:00:00 2001 From: Guillaume HEUSCH <guillaume.heusch@idiap.ch> Date: Wed, 2 May 2018 16:09:52 +0200 Subject: [PATCH] updated bob-devel and beat-devel versions --- gitlab/conda_build_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml index 5b485c1..4f414a0 100644 --- a/gitlab/conda_build_config.yaml +++ b/gitlab/conda_build_config.yaml @@ -47,12 +47,12 @@ zip_keys: # This version of bob-devel will be used at test time of packages: bob_devel: - - 2018.04.24 + - 2018.05.02 # 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: - - 2018.05.01 + - 2018.05.02 # The build time only dependencies (build requirements). # Updating these to the latest version all the time is OK and a good idea. -- GitLab