From 063b33ee57ce456958cbab4403fc79dbd942c70e Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 16 Oct 2024 13:48:13 -0400 Subject: [PATCH] Bump nitransforms dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50eb30e..3ec374e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "fmriprep @ git+https://github.com/nipreps/fmriprep.git@master", "nipype >= 1.8.5", "nireports @ git+https://github.com/nipreps/nireports.git@main", - "nitransforms == 23.0.1", + "nitransforms >= 24.0.2", "niworkflows @ git+https://github.com/nipreps/niworkflows.git@master", "pybids >= 0.15.6", "sdcflows @ git+https://github.com/nipreps/sdcflows.git@master",