Skip to content

Commit 9d494d9

Browse files
committed
chore(deps): Update minimum dependencies
1 parent a00bfc4 commit 9d494d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ requires-python = ">= 3.9"
2222
dependencies = [
2323
"numpy ~= 1.21",
2424
"scipy >= 1.6.0",
25-
"nibabel >= 3.0",
26-
"h5py",
25+
"nibabel >= 4.0",
26+
"h5py >= 3.0",
2727
]
2828
dynamic = ["version"]
2929

@@ -33,13 +33,13 @@ Manuscript = "https://doi.org/10.31219/osf.io/8aq7b"
3333
NiBabel = "https://github.com/nipy/nibabel/pull/656"
3434

3535
[project.optional-dependencies]
36-
niftiext = ["lxml"]
36+
niftiext = ["lxml >= 4.6"]
3737
test = [
3838
"pytest >= 6",
39-
"pytest-cov",
39+
"pytest-cov >= 2.11",
4040
"pytest-env",
41-
"pytest-xdist",
42-
"codecov",
41+
"pytest-xdist >= 2.5",
42+
"coverage[toml] >= 5.2.1",
4343
"nitransforms[niftiext]",
4444
]
4545
# Aliases

0 commit comments

Comments
 (0)