Skip to content

Commit ef99b33

Browse files
committed
chore: Relax dependencies to SPEC0+1yr
1 parent 5c52e2b commit ef99b33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ 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",
26-
"h5py >= 3.11",
23+
"numpy >= 1.24",
24+
"scipy >= 1.10",
25+
"nibabel >= 5.0",
26+
"h5py >= 3.8",
2727
]
2828
dynamic = ["version"]
2929

0 commit comments

Comments
 (0)