From 5ffce5f9576a631894e2fca6ef9ef66a4989b63a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:34:48 +0000 Subject: [PATCH] Update nilearn requirement from <=0.11.0,>=0.10.3 to >=0.10.3,<=0.11.1 Updates the requirements on [nilearn](https://github.com/nilearn/nilearn) to permit the latest version. - [Release notes](https://github.com/nilearn/nilearn/releases) - [Commits](https://github.com/nilearn/nilearn/compare/0.10.3...0.11.1) --- updated-dependencies: - dependency-name: nilearn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d942122a..637027dc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "mapca>=0.0.4,<=0.0.5", "matplotlib", "nibabel>=2.5.1,<=5.3.2", - "nilearn>=0.10.3,<=0.11.0", + "nilearn>=0.10.3,<=0.11.1", "numpy>=1.16,<=2.1.3", "pandas>=2.0,<=2.2.3", "pybtex",