File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -24,26 +24,26 @@ classifiers = [
2424]
2525dependencies = [
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]
6464tests = [
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
7373all = [" niworkflows[doc,pointclouds,style,tests]" ]
You can’t perform that action at this time.
0 commit comments