From 0ff3cd1b0907af505329d2d1a1e9c007237ddea9 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Fri, 9 Feb 2018 12:35:36 +0000
Subject: [PATCH] Fixes to conda deps

---
 .conda/meta.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.conda/meta.yaml b/.conda/meta.yaml
index 926a55de9..85af950d4 100644
--- a/.conda/meta.yaml
+++ b/.conda/meta.yaml
@@ -33,11 +33,11 @@ requirements:
     - six 1.*
     - deprecation 1.*
     - numpy 1.*
-    - scipy >=0.18,<1
+    - scipy >=0.18,<2
     - nibabel 2.*
 
   run_constrained:
-    - indexed_gzip >=0.6.1,<1
+    - indexed_gzip >=0.7.0,<1
     - wxpython >=3.0.2.0,<4.1
     - trimesh >=2.22.28,<3
     - rtree 0.8
-- 
GitLab