From 6b4f21378e66e2d3a25fe4caee05e7e555015cd0 Mon Sep 17 00:00:00 2001 From: bpinsard Date: Mon, 15 Jan 2024 09:32:14 -0500 Subject: [PATCH] add smriprep PR while awaiting it to be merged --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0fb9a03c8..571ff9ead 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "pybids >= 0.15.2", "requests", "sdcflows @ git+https://github.com/nipreps/sdcflows.git@master", - "smriprep @ git+https://github.com/nipreps/smriprep.git@master", + "smriprep @ git+https://github.com/nipreps/smriprep.git@refs/pull/393/merge", "tedana >= 23.0.2", "templateflow >= 23.0.0", "toml",