Skip to content

Commit f4df77c

Browse files
committed
Update pyproject.toml
1 parent d2dd98a commit f4df77c

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
@@ -20,12 +20,12 @@ classifiers = [
2020
dependencies = [
2121
"fmriprep @ git+https://github.com/nipreps/fmriprep.git@master",
2222
"nipype >= 1.8.5",
23-
"nireports @ git+https://github.com/nipreps/nireports.git@main",
23+
"nireports",
2424
"nitransforms >= 24.0.2",
25-
"niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
25+
"niworkflows",
2626
"pybids >= 0.15.6",
27-
"sdcflows @ git+https://github.com/nipreps/sdcflows.git@master",
28-
"smriprep @ git+https://github.com/nipreps/smriprep.git@master",
27+
"sdcflows",
28+
"smriprep",
2929
"typer",
3030
]
3131
dynamic = ["version"]

0 commit comments

Comments
 (0)