From 6f96123eb901be4babac8aa4837567413962d4e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 11:21:59 +0000 Subject: [PATCH] Update numpy requirement from >=1.26.4 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/v1.26.4...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index a045abc..42404aa --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ license = {file = "LICENSE.md"} requires-python = ">=3.10" dependencies = [ "matplotlib>=3.9.0", - "numpy>=1.26.4", + "numpy>=2.2.6", "pandas>=2.1.4", "scikit-learn>=1.5.0", "scipy>=1.13.1",