From b729b71966aa455edbc64c501ad12b4f8c8c2d58 Mon Sep 17 00:00:00 2001 From: Guillaume HEUSCH <guillaume.heusch@idiap.ch> Date: Wed, 9 May 2018 13:59:48 +0200 Subject: [PATCH] updated bob-devel, beat-devel, pytorch and torchvision versions --- gitlab/conda_build_config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml index 23998db..591bd75 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.05.02 + - 2018.05.09 # 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.02 + - 2018.05.09 # The build time only dependencies (build requirements). # Updating these to the latest version all the time is OK and a good idea. @@ -154,7 +154,7 @@ pillow: pyedflib: - 0.1.11 pytorch: - - 0.3 + - 0.4 pyyaml: - 3.12 schema: @@ -178,7 +178,7 @@ tabulate: tensorflow: - 1.5.0 torchvision: - - 0.1.8 + - 0.2 zc_buildout: - 2.11.2 zc_recipe_egg: -- GitLab