We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ae3b1 commit 8976f77Copy full SHA for 8976f77
pyproject.toml
@@ -21,12 +21,12 @@ dependencies = [
21
"acres",
22
"fmriprep @ git+https://github.com/nipreps/fmriprep.git@master",
23
"nipype >= 1.8.5",
24
- "nireports @ git+https://github.com/nipreps/nireports.git@main",
+ "nireports",
25
"nitransforms >= 24.0.2",
26
- "niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
+ "niworkflows",
27
"pybids >= 0.15.6",
28
- "sdcflows @ git+https://github.com/nipreps/sdcflows.git@master",
29
- "smriprep @ git+https://github.com/nipreps/smriprep.git@master",
+ "sdcflows",
+ "smriprep",
30
"typer",
31
]
32
dynamic = ["version"]
0 commit comments