Skip to content

Commit 7bc5660

Browse files
authored
Merge pull request #221 from jhlegarreta/sty/dependencies-consistency
STY: Make dependency package lists consistent
2 parents a889a82 + 2792fba commit 7bc5660

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff 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",
32-
"scikit_learn>=1.3.0",
32+
"scikit-learn>=1.3.0",
3333
"scipy>=1.8.0",
34-
"typing_extensions >=4.12",
34+
"typing-extensions>=4.12",
3535
]
3636
dynamic = ["version"]
3737

@@ -42,16 +42,16 @@ NiPreps = "https://www.nipreps.org/"
4242

4343
[project.optional-dependencies]
4444
doc = [
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",
54-
"sphinx_rtd_theme",
54+
"sphinx-rtd-theme",
5555
"sphinxcontrib-apidoc",
5656
"sphinxcontrib-napoleon",
5757
"sphinxcontrib-versioning",
@@ -64,15 +64,15 @@ dev = [
6464
"pre-commit-hooks",
6565
]
6666
plotting = ["nilearn"]
67-
resmon = ["psutil >=5.4"]
67+
resmon = ["psutil>=5.4"]
6868
test = [
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
]
7777
types = [
7878
"pandas-stubs",
@@ -87,7 +87,7 @@ notebooks = [
8787
"jupyter",
8888
"nbclient",
8989
"nbmake",
90-
"mriqc_learn",
90+
"mriqc-learn",
9191
"nipreps-synthstrip",
9292
]
9393
antsopt = [

0 commit comments

Comments
 (0)