Skip to content

Commit e18b18a

Browse files
committed
chore(deps): Update lower bounds so uv lowest-direct passes tests
1 parent b898643 commit e18b18a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

pyproject.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"acres",
27-
"attrs",
27+
"attrs >=20.1",
2828
"importlib_resources >= 5.7; python_version < '3.11'",
29-
"jinja2",
29+
"jinja2 >=3",
3030
"looseversion",
31-
"matplotlib >= 3.4.2",
31+
"matplotlib >= 3.5",
3232
"nibabel >= 3.0",
33-
"nilearn >= 0.5.2",
33+
"nilearn >= 0.8",
3434
"nipype >= 1.8.5",
35-
"nitransforms >= 21.0.0",
36-
"numpy",
35+
"nitransforms >= 22.0.0",
36+
"numpy >= 1.20",
3737
"packaging",
38-
"pandas",
38+
"pandas >= 1.2",
3939
"pybids >= 0.15.1",
4040
"PyYAML",
41-
"scikit-image",
42-
"scipy",
43-
"seaborn",
41+
"scikit-image >= 0.18",
42+
"scipy >= 1.8",
43+
"seaborn >= 0.11",
4444
"svgutils >= 0.3.4",
45-
"templateflow >= 0.7.2",
46-
"transforms3d",
45+
"templateflow >= 23.1",
46+
"transforms3d >= 0.4",
4747
]
4848

4949
[project.optional-dependencies]
@@ -62,12 +62,12 @@ style = [
6262
"flake8 >= 3.7.0",
6363
]
6464
tests = [
65-
"coverage >=5.2.1",
66-
"pytest >= 4.4",
67-
"pytest-cov",
65+
"coverage[toml] >=5.2.1",
66+
"pytest >= 6",
67+
"pytest-cov >= 2.11",
6868
"pytest-env",
69-
"pytest-xdist >= 1.28",
70-
"pytest-xvfb",
69+
"pytest-xdist >= 2.5",
70+
"pytest-xvfb >= 2",
7171
]
7272
# Aliases
7373
all = ["niworkflows[doc,pointclouds,style,tests]"]

0 commit comments

Comments
 (0)