Skip to content

Commit 2792fba

Browse files
committed
STY: Make package name and version specification pattern consistent
Make package name and version specification pattern consistent: remove whitespaces between package name and version specification.
1 parent d7e5347 commit 2792fba

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 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",
3232
"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,14 +42,14 @@ 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",
5454
"sphinx-rtd-theme",
5555
"sphinxcontrib-apidoc",
@@ -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",

0 commit comments

Comments
 (0)