From e69355625dd191e58c38fe5ba10c052761fbf552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 06:05:19 +0000 Subject: [PATCH] chore(deps): update numpy requirement from >=2.4.4 to >=2.4.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.4.4...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.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 055dc92..c527c72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ catboost>=1.2.10 shap>=0.51.0 scikit-learn>=1.8.0 pandas>=3.0.2 -numpy>=2.4.4 +numpy>=2.4.6 scipy>=1.17.1 jupyter>=1.1.1