From 6d73c48a9b5a452f179b141f01bc3bf87cd0fb62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:59:35 +0000 Subject: [PATCH] Update numpy requirement in /src/bindings/python 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.16.6...v2.1.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/bindings/python/constraints.txt | 2 +- src/bindings/python/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bindings/python/constraints.txt b/src/bindings/python/constraints.txt index 804e2054aef46a..9229721def958b 100644 --- a/src/bindings/python/constraints.txt +++ b/src/bindings/python/constraints.txt @@ -1,5 +1,5 @@ # used in multiple components -numpy>=1.16.6,<1.27 # Python bindings, frontends +numpy>=1.16.6,<2.2 # Python bindings, frontends # pytest pytest>=5.0,<8.3 diff --git a/src/bindings/python/requirements.txt b/src/bindings/python/requirements.txt index 9aba9800ac1c84..44d9bc13831efc 100644 --- a/src/bindings/python/requirements.txt +++ b/src/bindings/python/requirements.txt @@ -1,3 +1,3 @@ -numpy>=1.16.6,<2.0.0 +numpy>=1.16.6,<3.0.0 openvino-telemetry>=2023.2.1 packaging