Skip to content

Commit bc34c0a

Browse files
committed
chore: Pin qt6 build of wb_command, nipreps releases
1 parent 8c51992 commit bc34c0a

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
@@ -27,15 +27,15 @@ dependencies = [
2727
"nireports >= 24.1.0",
2828
"nitime >= 0.9",
2929
"nitransforms >= 25.0.1",
30-
"niworkflows @ git+https://github.com/nipreps/niworkflows.git@master",
30+
"niworkflows >= 1.14.2",
3131
"numpy >= 2.0",
3232
"packaging >= 24",
3333
"pandas >= 2.2",
3434
"psutil >= 5.4",
3535
"pybids >= 0.16",
3636
"requests >= 2.27",
37-
"sdcflows @ git+https://github.com/nipreps/sdcflows.git@main",
38-
"smriprep @ git+https://github.com/nipreps/smriprep.git@master",
37+
"sdcflows >= 2.15.0",
38+
"smriprep >= 0.19.2",
3939
"tedana >= 25.0.0",
4040
"templateflow >= 24.2.2",
4141
"transforms3d >= 0.4.2",
@@ -159,7 +159,7 @@ nitime = "0.11.*"
159159
scikit-image = "0.25.*"
160160
scikit-learn = "1.6.*"
161161
ants = "2.6.*"
162-
connectome-workbench-cli = "2.0.*"
162+
connectome-workbench-cli = { version = "2.0.*", build = "*qt6*" }
163163
fsl-bet2 = "2111.8.*"
164164
fsl-flirt = "2111.4.*"
165165
fsl-fast4 = "2111.3.*"

0 commit comments

Comments
 (0)