File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -19,24 +19,24 @@ classifiers = [
19
19
license = {file = " LICENSE" }
20
20
requires-python = " >=3.10"
21
21
dependencies = [
22
- " acres" ,
22
+ " acres >= 0.2.0 " ,
23
23
" looseversion" ,
24
24
" nibabel >= 4.0.1" ,
25
25
" nipype >= 1.8.5" ,
26
- " nireports >= 23.2.2 " ,
26
+ " nireports >= 24.0.3 " ,
27
27
" 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 " ,
32
32
" pandas" ,
33
33
" psutil >= 5.4" ,
34
- " pybids >= 0.15.2 " ,
34
+ " pybids >= 0.16 " ,
35
35
" requests" ,
36
36
" sdcflows >= 2.10.0" ,
37
37
" smriprep >= 0.16.0" ,
38
38
" tedana >= 23.0.2" ,
39
- " templateflow >= 24.1.0 " ,
39
+ " templateflow >= 24.2.2 " ,
40
40
" transforms3d" ,
41
41
" toml" ,
42
42
" codecarbon" ,
@@ -59,7 +59,7 @@ doc = [
59
59
" sphinx_rtd_theme>=0.5.2" ,
60
60
]
61
61
dev = [
62
- " ruff ~= 0.4.3 " ,
62
+ " ruff" ,
63
63
" pre-commit" ,
64
64
]
65
65
duecredit = [" duecredit" ]
@@ -75,11 +75,11 @@ telemetry = [
75
75
" sentry-sdk >= 1.3" ,
76
76
]
77
77
test = [
78
- " coverage[toml]" ,
79
- " pytest" ,
80
- " pytest-cov" ,
78
+ " coverage[toml] >= 5.2.1 " ,
79
+ " pytest >= 8.1 " ,
80
+ " pytest-cov >= 2.11 " ,
81
81
" pytest-env" ,
82
- " pytest-xdist" ,
82
+ " pytest-xdist >= 2.5 " ,
83
83
]
84
84
maint = [
85
85
" fuzzywuzzy" ,
You can’t perform that action at this time.
0 commit comments