Skip to content

Commit 8976f77

Browse files
committed
Just pin fMRIPrep.
1 parent 53ae3b1 commit 8976f77

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
@@ -21,12 +21,12 @@ dependencies = [
2121
"acres",
2222
"fmriprep @ git+https://github.com/nipreps/fmriprep.git@master",
2323
"nipype >= 1.8.5",
24-
"nireports @ git+https://github.com/nipreps/nireports.git@main",
24+
"nireports",
2525
"nitransforms >= 24.0.2",
26-
"niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
26+
"niworkflows",
2727
"pybids >= 0.15.6",
28-
"sdcflows @ git+https://github.com/nipreps/sdcflows.git@master",
29-
"smriprep @ git+https://github.com/nipreps/smriprep.git@master",
28+
"sdcflows",
29+
"smriprep",
3030
"typer",
3131
]
3232
dynamic = ["version"]

0 commit comments

Comments
 (0)