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 d2dd98a commit f4df77cCopy full SHA for f4df77c
pyproject.toml
@@ -20,12 +20,12 @@ classifiers = [
20
dependencies = [
21
"fmriprep @ git+https://github.com/nipreps/fmriprep.git@master",
22
"nipype >= 1.8.5",
23
- "nireports @ git+https://github.com/nipreps/nireports.git@main",
+ "nireports",
24
"nitransforms >= 24.0.2",
25
- "niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
+ "niworkflows",
26
"pybids >= 0.15.6",
27
- "sdcflows @ git+https://github.com/nipreps/sdcflows.git@master",
28
- "smriprep @ git+https://github.com/nipreps/smriprep.git@master",
+ "sdcflows",
+ "smriprep",
29
"typer",
30
]
31
dynamic = ["version"]
0 commit comments