Skip to content

Commit be202fe

Browse files
committed
chore: Relax dependencies to numpy 2.0 compatibility
1 parent 5c52e2b commit be202fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ description = "NiTransforms -- Neuroimaging spatial transforms in Python."
2020
license = {text = "MIT License"}
2121
requires-python = ">= 3.10"
2222
dependencies = [
23-
"numpy >= 2.1",
24-
"scipy >= 1.8",
25-
"nibabel >= 5.2",
23+
"numpy >= 2.0",
24+
"scipy >= 1.10",
25+
"nibabel >= 5.1.1",
2626
"h5py >= 3.11",
2727
]
2828
dynamic = ["version"]

0 commit comments

Comments
 (0)