From 4b1d27f6c721f134710f20f1d679edb3e9b6adc0 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Mon, 15 Jan 2018 13:43:27 +0000
Subject: [PATCH] Optional deps in conda build

---
 .conda/meta.yaml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/.conda/meta.yaml b/.conda/meta.yaml
index 4587cc4fb..07027a51e 100644
--- a/.conda/meta.yaml
+++ b/.conda/meta.yaml
@@ -20,8 +20,6 @@ requirements:
     - numpy 1.*
     - scipy >=0.18,<1
     - nibabel 2.*
-#     - indexed_gzip >=0.6.1,<1
-    - wxpython >=3.0.2.0,<4.1
     - sphinx 1.6.*
     - sphinx_rtd_theme 0.*
     - mock 2.*
@@ -30,7 +28,6 @@ requirements:
     - pytest-cov 2.*
     - pytest-runner >=2.*,<=3.*
 
-
   run:
     - python
     - six 1.*
@@ -38,5 +35,9 @@ requirements:
     - numpy 1.*
     - scipy >=0.18,<1
     - nibabel 2.*
-#     - indexed_gzip >=0.6.1,<1
-    - wxpython >=3.0.2.0,<4.1
\ No newline at end of file
+
+  run_constrained:
+    - indexed_gzip >=0.6.1,<1
+    - wxpython >=3.0.2.0,<4.1
+    - trimesh 2.*
+    - rtree 0.8
-- 
GitLab