Skip to content

Commit 36e147c

Browse files
committed
chore: SPEC0+ and other py310-min dependencies
1 parent 7d2c65f commit 36e147c

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

pyproject.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,23 @@ classifiers = [
2323
"Topic :: Scientific/Engineering :: Image Recognition",
2424
]
2525
dependencies = [
26-
"acres",
27-
"attrs >=20.1",
26+
"acres >=0.5",
27+
"attrs >=23.1",
2828
"jinja2 >=3",
29-
"looseversion",
30-
"matplotlib >= 3.5",
31-
"nibabel >= 3.0",
32-
"nilearn >= 0.8",
33-
"nipype >= 1.8.5",
34-
"nitransforms >= 22.0.0",
35-
"numpy >= 1.20",
29+
"looseversion >=1.3",
30+
"matplotlib >= 3.7",
31+
"nibabel >= 5.0",
32+
"nilearn >= 0.10",
33+
"nipype >= 1.9.1",
34+
"nitransforms >= 23.0.0",
35+
"numpy >= 1.24",
3636
"packaging",
37-
"pandas >= 1.2",
38-
"pybids >= 0.15.1",
39-
"PyYAML >= 5.4",
40-
"scikit-image >= 0.18",
41-
"scipy >= 1.8",
42-
"seaborn >= 0.11",
37+
"pandas >= 2.0",
38+
"pybids >= 0.16",
39+
"pyyaml >= 6.0",
40+
"scikit-image >= 0.20",
41+
"scipy >= 1.10",
42+
"seaborn >= 0.13",
4343
"svgutils >= 0.3.4",
4444
"templateflow >= 23.1",
4545
"transforms3d >= 0.4",
@@ -61,11 +61,11 @@ style = [
6161
"flake8 >= 3.7.0",
6262
]
6363
tests = [
64-
"coverage[toml] >=5.2.1",
65-
"pytest >= 6",
66-
"pytest-cov >= 2.11",
64+
"coverage[toml] >=7",
65+
"pytest >= 8",
66+
"pytest-cov >= 7",
6767
"pytest-env",
68-
"pytest-xdist >= 2.5",
68+
"pytest-xdist >= 3.8",
6969
"pytest-xvfb >= 2",
7070
]
7171
# Aliases

0 commit comments

Comments
 (0)