From a9d3d69dc7190239c816186bbf0bcb6efa6a3e02 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 12 Feb 2019 15:33:08 +0100 Subject: [PATCH] [setup] Set requirement versions in sync with what is inside conda/meta.yaml --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 01918fb2..f1dd0ff7 100644 --- a/setup.py +++ b/setup.py @@ -7,9 +7,11 @@ version = open("version.txt").read().rstrip() requires = [ 'setuptools', - 'click>=7.0.0', + 'click>=7', 'click-plugins', - 'conda-build>=3.0.0', + 'conda>=4,<5', + 'conda-build>=3,<4', + 'conda-verify>=3,<4', 'certifi', 'requests', 'gitpython', -- GitLab