From 633692ca90c41487b6023c74b498ed4b2fe035a4 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Thu, 5 Sep 2019 14:36:04 +0200 Subject: [PATCH] [conda_build_config] Bump bob/beat-devel; Add pandas and tqdm variables --- bob/devtools/data/conda_build_config.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index 8a027cc5..0e5d0bd5 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.28 + - 2019.09.05 # 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.28 + - 2019.09.05 # The build time only dependencies (build requirements). # Updating these to the latest version all the time is OK and a good idea. @@ -132,6 +132,8 @@ mne: - 0.18.1 opencv: - 3.4.2 +pandas: + - 0.25.1 pillow: - 6.1.0 pyedflib: @@ -162,6 +164,8 @@ tensorflow: - 1.14.0 torchvision: - 0.2.1 +tqdm: + - 4.32.1 zc_recipe_egg: - 2.0.7 -- GitLab