From cc7796aba1703c090585fd6ceeee71a1b6b5df09 Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Thu, 29 Mar 2018 14:51:00 +0200 Subject: [PATCH] Bumped bob-devel to versiob 29.03.2018. Bumped tensorflow to 1.4.1. Added tabulate v0.8.2 --- gitlab/conda_build_config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml index 755af4d..91973fe 100644 --- a/gitlab/conda_build_config.yaml +++ b/gitlab/conda_build_config.yaml @@ -44,7 +44,7 @@ zip_keys: # Ideally we want to build and test against older versions of dependencies. # Most of the pin numbers come from the anaconda package. bob_devel: - - 2018.02.27 + - 2018.03.29 ## The build time only dependencies. ## Updaing these to the latest version all the time is OK. @@ -172,7 +172,9 @@ scikit_image: sphinx_rtd_theme: - 0.2.4 tensorflow: - - 1.3.0 + - 1.4.1 +tabulate: + - 0.8.2 virtualenv: - 15.1.0 zc_buildout: -- GitLab