From 78c8ba24ebfb9b13f4220c11222be8bf078d9d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:24:12 -0500 Subject: [PATCH] Bump niworkflows from 1.12.0 to 1.12.1 (#1344) 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 9bf88bbd5..1197d2c99 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.1.0", - "niworkflows == 1.12.0", + "niworkflows == 1.12.1", "nitime", # for DVARS calculation in Nipype "num2words", # for boilerplates "numpy ~= 2.0",