Skip to content

Commit

Permalink
forcing numpy version < 2.0.0 (still early version) (#252)
Browse files Browse the repository at this point in the history
forcing numpy option
  • Loading branch information
davidmeunier79 authored Mar 19, 2024
1 parent 146dcde commit 8aa9396
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", "brain-slam"]
"numpy==1.26.4", "brain-slam"]

verstr = "unknown"
try:
Expand Down

0 comments on commit 8aa9396

Please sign in to comment.