File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,19 @@ classifiers = [
19
19
license = {file = " LICENSE" }
20
20
requires-python = " >=3.10"
21
21
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 " ,
27
27
" 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 " ,
35
35
]
36
36
dynamic = [" version" ]
37
37
@@ -56,10 +56,11 @@ doc = [
56
56
]
57
57
duecredit = [" duecredit" ]
58
58
test = [
59
- " coverage" ,
60
- " pytest" ,
61
- " pytest-cov" ,
59
+ " coverage[toml] >= 5.2.1 " ,
60
+ " pytest >= 8.1 " ,
61
+ " pytest-cov >= 2.11 " ,
62
62
" pytest-env" ,
63
+ " pytest-xdist >= 2.5" ,
63
64
]
64
65
style = [" flake8" ]
65
66
# Aliases
@@ -116,7 +117,7 @@ per-file-ignores = [
116
117
]
117
118
118
119
[tool .pytest .ini_options ]
119
- minversion = " 7 "
120
+ minversion = " 8 "
120
121
log_cli_level = " INFO"
121
122
xfail_strict = true
122
123
norecursedirs = [" .git" ]
You can’t perform that action at this time.
0 commit comments