Skip to content

Commit

Permalink
Hotfix numpy 2.0.0 (#253)
Browse files Browse the repository at this point in the history
* version 1.22 looks better
  • Loading branch information
davidmeunier79 committed Mar 19, 2024
1 parent 8aa9396 commit ee39631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
required_packages=[
"nipype", "nilearn", "networkx",
"pybids", "scikit-image", "nibabel==3.2.2",
"numpy==1.26.4", "brain-slam"]
"numpy==1.22", "brain-slam"]

verstr = "unknown"
try:
Expand Down

0 comments on commit ee39631

Please sign in to comment.