Skip to content

Commit 12f3247

Browse files
authored
Restrict smriprep version to < 0.19.0
1 parent 132ce7c commit 12f3247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"psutil >= 5.4",
3535
"pybids >= 0.19.0",
3636
"requests >= 2.27",
37-
"smriprep >= 0.17.0",
37+
"smriprep >= 0.17.0, < 0.19.0",
3838
"tedana >= 23.0.2",
3939
"templateflow >= 24.2.2",
4040
"transforms3d >= 0.4",

0 commit comments

Comments
 (0)