File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ dependencies = [
2323 " attrs" ,
2424 " dipy>=1.5.0" ,
2525 " joblib" ,
26- " nipype>= 1.5.1,<2.0" ,
26+ " nipype>=1.5.1,<2.0" ,
2727 " nitransforms>=22.0.0,<24" ,
2828 " nireports" ,
2929 " numpy>=1.21.3" ,
3030 " nest-asyncio>=1.5.1" ,
3131 " scikit-image>=0.15.0" ,
3232 " scikit-learn>=1.3.0" ,
3333 " scipy>=1.8.0" ,
34- " typing-extensions >=4.12" ,
34+ " typing-extensions>=4.12" ,
3535]
3636dynamic = [" version" ]
3737
@@ -42,14 +42,14 @@ NiPreps = "https://www.nipreps.org/"
4242
4343[project .optional-dependencies ]
4444doc = [
45- " attrs >= 20.1.0" ,
46- " furo >= 2024.01.29" ,
47- " matplotlib >= 2.2.0" ,
45+ " attrs>= 20.1.0" ,
46+ " furo>= 2024.01.29" ,
47+ " matplotlib>= 2.2.0" ,
4848 " nbsphinx" ,
4949 " packaging" ,
50- " pydot >= 1.2.3" ,
50+ " pydot>= 1.2.3" ,
5151 " pydotplus" ,
52- " sphinx >= 4.5, <8" ,
52+ " sphinx>= 4.5,<8" ,
5353 " sphinx-argparse" ,
5454 " sphinx-rtd-theme" ,
5555 " sphinxcontrib-apidoc" ,
@@ -64,15 +64,15 @@ dev = [
6464 " pre-commit-hooks" ,
6565]
6666plotting = [" nilearn" ]
67- resmon = [" psutil >=5.4" ]
67+ resmon = [" psutil>=5.4" ]
6868test = [
6969 " coverage" ,
7070 " ipykernel" ,
7171 " mriqc-learn" ,
72- " pytest >= 4.4" ,
72+ " pytest>= 4.4" ,
7373 " pytest-cov" ,
7474 " pytest-env" ,
75- " pytest-xdist >= 1.28"
75+ " pytest-xdist>= 1.28"
7676]
7777types = [
7878 " pandas-stubs" ,
You can’t perform that action at this time.
0 commit comments