From 71947e3f6785dfa3df4838e070ef1aca87573439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:08:10 +0000 Subject: [PATCH] deps: update numpy requirement from <3.0.0,>=1.24.0 to >=2.2.6,<3.0.0 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.24.0...v2.2.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b294d6e..f064d5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ requests>=2.31.0,<3.0.0 # For data science, clustering, and risk analysis scikit-learn>=1.3.0,<2.0.0 -numpy>=1.24.0,<3.0.0 +numpy>=2.2.6,<3.0.0 pandas>=2.0.0,<3.0.0 # For HTML/PDF report generation