From 55c09d5273ff8f15c503d1366061d45abed47d68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:28:03 -0500 Subject: [PATCH] Bump nilearn from 0.10.4 to 0.11.0 (#1338) 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 c081a4ebc..7132d4594 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "matplotlib ~= 3.9.0", "networkx <= 3.4.2", # nipype needs networkx, but 3+ isn't compatible with nipype 1.8.5 "nibabel >= 3.2.1", - "nilearn == 0.10.4", # 0.10.2 raises error with compcor from fMRIPrep 23 + "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",