diff --git a/pyproject.toml b/pyproject.toml index 090ea5eca..ab2493a1c 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 >= 0.13.1", "tedana >= 23.0.2", "templateflow >= 23.0.0", "toml", diff --git a/requirements.txt b/requirements.txt index 189676d7a..b401dd76a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -404,7 +404,7 @@ six==1.16.0 # isodate # osfclient # python-dateutil -smriprep==0.13.0 +smriprep==0.13.1 # via # fmriprep # fmriprep (pyproject.toml)