From ab6acf8b863127e26ecdd4cc24a6ee33f6a437af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:55:01 -0500 Subject: [PATCH] Update nilearn requirement from ~=0.10.3 to ~=0.11.0 (#474) 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 18296e1ac..67ea437e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "looseversion", "networkx ~= 3.3", # nipype needs networkx, but 3+ isn"t compatible with nipype 1.8.5 "nibabel <= 5.3.2", - "nilearn ~= 0.10.3", + "nilearn ~= 0.11.0", "nipype >= 1.8.5", "nitransforms >= 21.0.0", "niworkflows ~= 1.12.0",