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 a00bfc4 commit 9d494d9Copy full SHA for 9d494d9
pyproject.toml
@@ -22,8 +22,8 @@ requires-python = ">= 3.9"
22
dependencies = [
23
"numpy ~= 1.21",
24
"scipy >= 1.6.0",
25
- "nibabel >= 3.0",
26
- "h5py",
+ "nibabel >= 4.0",
+ "h5py >= 3.0",
27
]
28
dynamic = ["version"]
29
@@ -33,13 +33,13 @@ Manuscript = "https://doi.org/10.31219/osf.io/8aq7b"
33
NiBabel = "https://github.com/nipy/nibabel/pull/656"
34
35
[project.optional-dependencies]
36
-niftiext = ["lxml"]
+niftiext = ["lxml >= 4.6"]
37
test = [
38
"pytest >= 6",
39
- "pytest-cov",
+ "pytest-cov >= 2.11",
40
"pytest-env",
41
- "pytest-xdist",
42
- "codecov",
+ "pytest-xdist >= 2.5",
+ "coverage[toml] >= 5.2.1",
43
"nitransforms[niftiext]",
44
45
# Aliases
0 commit comments