From 64fdf688d76057d728d656b67fbdc938bd71aded Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 28 Jan 2019 08:40:37 +0100 Subject: [PATCH] [config] Pin click at different location --- bob/devtools/data/conda_build_config.yaml | 2 +- conda/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index 2cafa074..46fa5c04 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -124,7 +124,7 @@ zlib: caffe: - 1.0 click: - - 7.0 + - 6.7 click_plugins: - 1.0.3 coverage: diff --git a/conda/meta.yaml b/conda/meta.yaml index 23f5ed3a..a133f804 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -31,7 +31,7 @@ requirements: run: - python - setuptools - - click + - click >=7 - click-plugins - conda=4 - conda-build=3 -- GitLab