From b0065b6deebdffa57f7f61f0b069fca8fd8d2093 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 6 Mar 2018 13:39:14 +0000 Subject: [PATCH] really make deprecation dependency less strict --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 74f3f0abb..51e205639 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ six==1.* -deprecation>=1.*,<2.* +deprecation>=1.*,<=2.* numpy==1.* scipy>=0.18,<2 nibabel==2.* -- GitLab