We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c52e2b commit be202feCopy full SHA for be202fe
pyproject.toml
@@ -20,9 +20,9 @@ description = "NiTransforms -- Neuroimaging spatial transforms in Python."
20
license = {text = "MIT License"}
21
requires-python = ">= 3.10"
22
dependencies = [
23
- "numpy >= 2.1",
24
- "scipy >= 1.8",
25
- "nibabel >= 5.2",
+ "numpy >= 2.0",
+ "scipy >= 1.10",
+ "nibabel >= 5.1.1",
26
"h5py >= 3.11",
27
]
28
dynamic = ["version"]
0 commit comments