From aa7abf26b87f8aa4b65b78579882ce682afa2e73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 08:53:31 +0000 Subject: [PATCH] Update numpy requirement from >=2.1 to >=2.2.6 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.1.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60f7db4..21e944b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ science = [ # Loose floors chosen to match Python 3.13 wheel availability on PyPI. # Tighten only when your code actually depends on a newer API. "matplotlib>=3.9", - "numpy>=2.1", + "numpy>=2.2.6", "pandas>=2.2", "scikit-learn>=1.5", "scipy>=1.14",