From 6dfaf863d282a197fa7bd129296e7b9cfc16bac1 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Tue, 27 Feb 2018 13:38:12 +0100 Subject: [PATCH] Remove bob.buildout from build configuration (see bob/bob.conda#51) --- gitlab/conda_build_config.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml index 524f82d..e76606e 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.19 + - 2018.02.27 ## The build time only dependencies. ## Updaing these to the latest version all the time is OK. @@ -131,8 +131,6 @@ sphinx: sqlalchemy: - 1.1.13 # non-anaconda -bob_buildout: - - 2.1.5 caffe: - 1.0 click_plugins: -- GitLab