From 48f96fea810089823d7f23713e0db6931952a9cc Mon Sep 17 00:00:00 2001 From: mathiasg Date: Tue, 27 Aug 2024 12:03:36 -0400 Subject: [PATCH] pin: bump to latest released smriprep [skip ci] --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad631baa..5699d489 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,8 +33,7 @@ dependencies = [ "pybids >= 0.15.0", "requests", "sdcflows >= 2.10.0", -# "smriprep >= 0.16.0", - "smriprep @ git+https://github.com/nipreps/smriprep.git@master", + "smriprep >= 0.16.1", "tedana >= 23.0.2", "templateflow >= 24.2.0", "toml",