From 99523c23a814b3f672fa9a889929f37673151e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 09:55:54 -0400 Subject: [PATCH] Update numpy requirement from <=2.1.1,>=1.16 to >=1.16,<=2.1.2 (#1140) 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 4d9686835..973469356 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "matplotlib", "nibabel>=2.5.1,<=5.2.1", "nilearn>=0.10.3,<=0.10.4", - "numpy>=1.16,<=2.1.1", + "numpy>=1.16,<=2.1.2", "pandas>=2.0,<=2.2.3", "pybtex", "pybtex-apa-style",