From 0eff221a0008c1915ba8fd3dc447c3a9bb132edd Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 19 Feb 2018 22:21:31 +0100 Subject: [PATCH] Update build config to include scikit-image 0.13.1 (closes #67) --- gitlab/conda_build_config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gitlab/conda_build_config.yaml b/gitlab/conda_build_config.yaml index d134d00..3700999 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.14 + - 2018.02.19 ## The build time only dependencies. ## Updaing these to the latest version all the time is OK. @@ -175,6 +175,8 @@ pyyaml: - 3.12 schema: - 0.6.7 +scikit-image: + - 0.13.1 sphinx_rtd_theme: - 0.2.4 tensorflow: -- GitLab