Skip to content

Commit 472373f

Browse files
committed
chore(deps): Need scipy 1.8 for sparse arrays
1 parent 97ac495 commit 472373f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license = {text = "MIT License"}
2121
requires-python = ">= 3.9"
2222
dependencies = [
2323
"numpy ~= 1.21",
24-
"scipy >= 1.6.0",
24+
"scipy >= 1.8",
2525
"nibabel >= 4.0",
2626
"h5py >= 3.9",
2727
]

0 commit comments

Comments
 (0)