Skip to content

Commit

Permalink
Pin numpy to a version compatible with dipy
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrahimebrahim committed Jul 29, 2024
1 parent 868caa4 commit 6761fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"click >=8.1",
"numpy >=1.26",
"numpy >=1.26, <=1.26.4",
"dipy >=1.9",
"HD_BET @ https://github.com/brain-microstructure-exploration-tools/HD-BET/archive/refs/tags/v1.0.0.zip#sha256=d48908854207b839552f2059c9cf2a48819b847bc1eb0ea4445d1d589471a1f5",
]
Expand Down

0 comments on commit 6761fc7

Please sign in to comment.