Skip to content

Commit

Permalink
Specify numpy version requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed May 10, 2016
1 parent 3d07a48 commit dd5d77f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/dipy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ build:
requirements:
build:
- python
- numpy
- numpy >=1.7.1
- nibabel
- cython
run:
- python
- numpy
- numpy >=1.7.1
- scipy
- nibabel
- cython
Expand Down

0 comments on commit dd5d77f

Please sign in to comment.