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: ...@@ -20,8 +20,6 @@ requirements:
- numpy 1.* - numpy 1.*
- scipy >=0.18,<1 - scipy >=0.18,<1
- nibabel 2.* - nibabel 2.*
# - indexed_gzip >=0.6.1,<1
- wxpython >=3.0.2.0,<4.1
- sphinx 1.6.* - sphinx 1.6.*
- sphinx_rtd_theme 0.* - sphinx_rtd_theme 0.*
- mock 2.* - mock 2.*
...@@ -30,7 +28,6 @@ requirements: ...@@ -30,7 +28,6 @@ requirements:
- pytest-cov 2.* - pytest-cov 2.*
- pytest-runner >=2.*,<=3.* - pytest-runner >=2.*,<=3.*
run: run:
- python - python
- six 1.* - six 1.*
...@@ -38,5 +35,9 @@ requirements: ...@@ -38,5 +35,9 @@ requirements:
- numpy 1.* - numpy 1.*
- scipy >=0.18,<1 - scipy >=0.18,<1
- nibabel 2.* - nibabel 2.*
# - indexed_gzip >=0.6.1,<1
- wxpython >=3.0.2.0,<4.1 run_constrained:
\ No newline at end of file - 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