diff --git a/pyproject.toml b/pyproject.toml index 1bf15eb7..9f0c17d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,14 +19,14 @@ classifiers = [ license = {file = "LICENSE"} requires-python = ">=3.10" dependencies = [ - "acres", + "acres >= 0.2.0", "looseversion", "nibabel >= 4.0.1", "nipype >= 1.8.5", - "nireports >= 23.2.2", + "nireports >= 24.0.3", "nitime", - "nitransforms >= 24.0.2", - "niworkflows >= 1.11.0", + "nitransforms >= 24.1.0", + "niworkflows >= 1.12.1", "numpy >= 1.22", "packaging", "pandas", @@ -36,7 +36,7 @@ dependencies = [ "sdcflows >= 2.10.0", "smriprep @ git+https://github.com/nipreps/smriprep.git", "tedana >= 23.0.2", - "templateflow >= 24.1.0", + "templateflow >= 24.2.2", "transforms3d", "toml", "codecarbon",