From 53730da8ea0e15f2e79355b59c27fb421480a99d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:10:56 +0000 Subject: [PATCH] chore(deps): update numpy requirement from >=2.4.6 to >=2.5.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/v2.4.6...v2.5.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.5.0 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 79e09a0..85d13ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ catboost>=1.2.10 shap>=0.52.0 scikit-learn>=1.8.0 pandas>=3.0.3 -numpy>=2.4.6 +numpy>=2.5.0 scipy>=1.17.1 jupyter>=1.1.1