File tree Expand file tree Collapse file tree 1 file changed +9
-19
lines changed Expand file tree Collapse file tree 1 file changed +9
-19
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,16 @@ requires-python = ">=3.9"
23
23
dependencies = [
24
24
" acres >= 0.2.0" ,
25
25
" attrs >= 20.1.0" ,
26
- " nibabel >=3.1.0" ,
27
- " nipype >=1.8.5,<2.0" ,
28
- " traits <6.4" ,
26
+ " nibabel >= 3.0" ,
27
+ " nipype >= 1.8.5" ,
29
28
" migas >= 0.4.0" ,
30
29
" niworkflows >= 1.7.0" ,
31
- " nitransforms >= 23.0.1 " ,
32
- " numpy >= 1.21.0 " ,
30
+ " nitransforms >= 24.1.0 " ,
31
+ " numpy >= 1.22 " ,
33
32
" pybids >= 0.16.4" ,
34
33
" scikit-image >= 0.18" ,
35
34
" scipy >= 1.8.1" ,
36
- " templateflow" ,
35
+ " templateflow >= 23.1 " ,
37
36
" toml" ,
38
37
]
39
38
dynamic = [" version" ]
@@ -50,22 +49,13 @@ doc = [
50
49
" importlib_resources" ,
51
50
" ipykernel" ,
52
51
" ipython" ,
53
- " matplotlib >= 2.2.0" ,
54
52
" nbsphinx" ,
55
- " nibabel" ,
56
- " nipype >= 1.5.1" ,
57
- " niworkflows >= 1.10.0" ,
58
- " numpy" ,
59
- " packaging" ,
60
53
" pandoc" ,
61
54
" pydot >= 1.2.3" ,
62
55
" pydotplus" ,
63
- " scipy" ,
64
56
" sphinx >= 7.2.2" ,
65
57
" sphinx-argparse" ,
66
58
" sphinxcontrib-apidoc" ,
67
- " templateflow" ,
68
- " traits < 6.4"
69
59
]
70
60
71
61
mem = [
@@ -80,11 +70,11 @@ dev = [
80
70
]
81
71
82
72
test = [
83
- " coverage" ,
84
- " pytest" ,
85
- " pytest-cov" ,
73
+ " coverage[toml] >=5.2.1 " ,
74
+ " pytest >= 6 " ,
75
+ " pytest-cov >= 2.11 " ,
86
76
" pytest-env" ,
87
- " pytest-xdist"
77
+ " pytest-xdist >= 2.5 " ,
88
78
]
89
79
90
80
# Aliases
You can’t perform that action at this time.
0 commit comments