Skip to content

Commit

Permalink
chore(deps): Need scipy 1.8 for sparse arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 17, 2024
1 parent 97ac495 commit 472373f
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 @@ -21,7 +21,7 @@ license = {text = "MIT License"}
requires-python = ">= 3.9"
dependencies = [
"numpy ~= 1.21",
"scipy >= 1.6.0",
"scipy >= 1.8",
"nibabel >= 4.0",
"h5py >= 3.9",
]
Expand Down

0 comments on commit 472373f

Please sign in to comment.