From 3f619fec31bc22c3bf6a6e8fd9cbbd8dfdf7c734 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Fri, 29 Sep 2023 15:18:31 -0400 Subject: [PATCH] PIN: MSMSulc-enabled smriprep-next --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 596f6260e..0d2ec60b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "pybids >= 0.15.2", "requests", "sdcflows @ git+https://github.com/nipreps/sdcflows.git@master", - "smriprep @ git+https://github.com/nipreps/smriprep.git@next", + "smriprep @ git+https://github.com/effigies/smriprep.git@enh/fit-msmsulc", "tedana >= 0.0.9", "templateflow >= 23.0.0", "toml",