Skip to content

Commit a1375fd

Browse files
committed
chore(deps): Update minimum dependencies
1 parent e2f720d commit a1375fd

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

pyproject.toml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ classifiers = [
1919
license = {file = "LICENSE"}
2020
requires-python = ">=3.10"
2121
dependencies = [
22-
"acres",
23-
"indexed_gzip >= 0.8.8",
24-
"lockfile",
25-
"looseversion",
26-
"matplotlib >= 2.2.0",
22+
"acres >= 0.2",
23+
"indexed_gzip >= 1.7",
24+
"lockfile >= 0.12.2",
25+
"looseversion >= 1.3.0",
26+
"matplotlib >= 3.5",
2727
"nibabel >= 4.0.1",
28-
"nipype >= 1.7.0",
29-
"niworkflows >= 1.11.0",
30-
"numpy",
31-
"packaging",
32-
"pybids >= 0.11.1",
33-
"pyyaml",
34-
"templateflow >= 24.1",
28+
"nipype >= 1.8.5",
29+
"niworkflows >= 1.12.0",
30+
"numpy >= 1.24",
31+
"packaging >= 24",
32+
"pybids >= 0.16",
33+
"pyyaml >= 6.0",
34+
"templateflow >= 24.2",
3535
]
3636
dynamic = ["version"]
3737

@@ -56,10 +56,11 @@ doc = [
5656
]
5757
duecredit = ["duecredit"]
5858
test = [
59-
"coverage",
60-
"pytest",
61-
"pytest-cov",
59+
"coverage[toml] >= 5.2.1",
60+
"pytest >= 8.1",
61+
"pytest-cov >= 2.11",
6262
"pytest-env",
63+
"pytest-xdist >= 2.5",
6364
]
6465
style = ["flake8"]
6566
# Aliases
@@ -116,7 +117,7 @@ per-file-ignores = [
116117
]
117118

118119
[tool.pytest.ini_options]
119-
minversion = "7"
120+
minversion = "8"
120121
log_cli_level = "INFO"
121122
xfail_strict = true
122123
norecursedirs = [".git"]

0 commit comments

Comments
 (0)