Skip to content

Commit 42dcd2b

Browse files
committed
chore(deps): Update minimum dependencies
1 parent 3e77638 commit 42dcd2b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ classifiers = [
1919
license = {file = "LICENSE"}
2020
requires-python = ">=3.10"
2121
dependencies = [
22-
"acres",
22+
"acres >= 0.2.0",
2323
"looseversion",
2424
"nibabel >= 4.0.1",
2525
"nipype >= 1.8.5",
26-
"nireports >= 23.2.2",
26+
"nireports >= 24.0.3",
2727
"nitime",
28-
"nitransforms >= 24.0.2",
29-
"niworkflows >= 1.11.0",
30-
"numpy >= 1.22",
31-
"packaging",
28+
"nitransforms >= 24.1.0",
29+
"niworkflows >= 1.12.1",
30+
"numpy >= 1.24",
31+
"packaging >= 24",
3232
"pandas",
3333
"psutil >= 5.4",
34-
"pybids >= 0.15.2",
34+
"pybids >= 0.16",
3535
"requests",
3636
"sdcflows >= 2.10.0",
3737
"smriprep >= 0.16.0",
3838
"tedana >= 23.0.2",
39-
"templateflow >= 24.1.0",
39+
"templateflow >= 24.2.2",
4040
"transforms3d",
4141
"toml",
4242
"codecarbon",
@@ -59,7 +59,7 @@ doc = [
5959
"sphinx_rtd_theme>=0.5.2",
6060
]
6161
dev = [
62-
"ruff ~= 0.4.3",
62+
"ruff",
6363
"pre-commit",
6464
]
6565
duecredit = ["duecredit"]
@@ -75,11 +75,11 @@ telemetry = [
7575
"sentry-sdk >= 1.3",
7676
]
7777
test = [
78-
"coverage[toml]",
79-
"pytest",
80-
"pytest-cov",
78+
"coverage[toml] >= 5.2.1",
79+
"pytest >= 8.1",
80+
"pytest-cov >= 2.11",
8181
"pytest-env",
82-
"pytest-xdist",
82+
"pytest-xdist >= 2.5",
8383
]
8484
maint = [
8585
"fuzzywuzzy",

0 commit comments

Comments
 (0)