Skip to content

Commit d7e5347

Browse files
committed
STY: Make dependencies naming consistent with recommended names
Make dependencies naming consistent with recommended names on the corresponding `PyPI` sites or package websites: notably, use dashes instead of underscores for compound names.
1 parent a889a82 commit d7e5347

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ dependencies = [
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

@@ -51,7 +51,7 @@ doc = [
5151
"pydotplus",
5252
"sphinx >= 4.5, <8",
5353
"sphinx-argparse",
54-
"sphinx_rtd_theme",
54+
"sphinx-rtd-theme",
5555
"sphinxcontrib-apidoc",
5656
"sphinxcontrib-napoleon",
5757
"sphinxcontrib-versioning",
@@ -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)