Skip to content

Commit 3ab0a45

Browse files
committed
chore(deps): Update minimum dependencies
1 parent 9a039eb commit 3ab0a45

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

pyproject.toml

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,16 @@ requires-python = ">=3.9"
2323
dependencies = [
2424
"acres >= 0.2.0",
2525
"attrs >= 20.1.0",
26-
"nibabel >=3.1.0",
27-
"nipype >=1.8.5,<2.0",
28-
"traits <6.4",
26+
"nibabel >= 3.0",
27+
"nipype >= 1.8.5",
2928
"migas >= 0.4.0",
3029
"niworkflows >= 1.7.0",
31-
"nitransforms >= 23.0.1",
32-
"numpy >= 1.21.0",
30+
"nitransforms >= 24.1.0",
31+
"numpy >= 1.22",
3332
"pybids >= 0.16.4",
3433
"scikit-image >= 0.18",
3534
"scipy >= 1.8.1",
36-
"templateflow",
35+
"templateflow >= 23.1",
3736
"toml",
3837
]
3938
dynamic = ["version"]
@@ -50,22 +49,13 @@ doc = [
5049
"importlib_resources",
5150
"ipykernel",
5251
"ipython",
53-
"matplotlib >= 2.2.0",
5452
"nbsphinx",
55-
"nibabel",
56-
"nipype >= 1.5.1",
57-
"niworkflows >= 1.10.0",
58-
"numpy",
59-
"packaging",
6053
"pandoc",
6154
"pydot >= 1.2.3",
6255
"pydotplus",
63-
"scipy",
6456
"sphinx >= 7.2.2",
6557
"sphinx-argparse",
6658
"sphinxcontrib-apidoc",
67-
"templateflow",
68-
"traits < 6.4"
6959
]
7060

7161
mem = [
@@ -80,11 +70,11 @@ dev = [
8070
]
8171

8272
test = [
83-
"coverage",
84-
"pytest",
85-
"pytest-cov",
73+
"coverage[toml] >=5.2.1",
74+
"pytest >= 6",
75+
"pytest-cov >= 2.11",
8676
"pytest-env",
87-
"pytest-xdist"
77+
"pytest-xdist >= 2.5",
8878
]
8979

9080
# Aliases

0 commit comments

Comments
 (0)