From 3202e2d602e6072fe38955d2ae0a7d6b5fba4cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:46:33 +0530 Subject: [PATCH] security(deps): update numpy requirement from >=1.21.0 to >=2.0.2 (#628) 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.21.0...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 603e283e..75101294 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ keywords = [ # ---------------- CORE DEPENDENCIES (SAFE DEFAULT) ---------------- dependencies = [ - "numpy>=1.21.0", + "numpy>=2.0.2", "pandas>=1.3.0", "scipy>=1.13.1", "scikit-learn>=1.0.0",