From 6cc15f812331c2e1ad72212d0f7203a9f2efbe06 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Fri, 5 Oct 2018 17:54:56 +0100
Subject: [PATCH] MNT: Nibabel 2.2 is now the minimum. Relaxed scipy

---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 51e205639..ed88b9cbc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 six==1.*
 deprecation>=1.*,<=2.*
 numpy==1.*
-scipy>=0.18,<2
-nibabel==2.*
+scipy>=0.18
+nibabel>=2.2
-- 
GitLab