Skip to content
Snippets Groups Projects
Commit 4b1d27f6 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Optional deps in conda build

parent de85e57d
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment