From 97c993520c61f3ea9ffdc3ff1f2e938649363c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 05:01:22 +0000 Subject: [PATCH] Update numpy requirement from <2.3.0,>=1.24.0 to >=1.24.0,<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/v1.24.0...v2.4.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 220b81e1248..a0ada08408e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ classifiers = [ dependencies = [ "networkx>=2.6, <3.5.0", "ninja>=1.10.0.post2, <1.14", - "numpy>=1.24.0, <2.3.0", + "numpy>=1.24.0, <2.5.0", "openvino-telemetry>=2023.2.0", "packaging>=20.0", "pandas>=1.1.5,<2.4",