Skip to content

Commit

Permalink
Merge pull request #257 from jhlegarreta/LimitNumpyVersion
Browse files Browse the repository at this point in the history
ENH: Require Numpy major version smaller than 2
  • Loading branch information
jhlegarreta authored Jun 28, 2024
2 parents 74e2856 + e4e01e5 commit 4359838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
- matplotlib=3.5.3
- nibabel
- nilearn=0.7.0
- numpy
- numpy<2
- osfclient=0.0.5
- pandas
- seaborn
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ dipy==1.7.0
fury==0.7.1
matplotlib==3.5.3
nilearn==0.7.0
numpy<2
osfclient==0.0.5
pybids==0.14.0

0 comments on commit 4359838

Please sign in to comment.