From ba6e6ea2b30863fb4110b03c23e012daea025789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:36:10 -0500 Subject: [PATCH] Bump niworkflows from 1.11.0 to 1.12.0 (#1340) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f309d7594..4a7a89b10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "nilearn == 0.11.0", # 0.10.2 raises error with compcor from fMRIPrep 23 "nipype ~= 1.9.1", "nireports ~= 24.0.2", - "niworkflows == 1.11.0", + "niworkflows == 1.12.0", "nitime", # for DVARS calculation in Nipype "num2words", # for boilerplates "numpy ~= 2.0",