30 lines
1 KiB
Diff
30 lines
1 KiB
Diff
From 5e23f2a09c530834d4ea41f9901921c61da3381d Mon Sep 17 00:00:00 2001
|
|
From: h6197627 <44726212+h6197627@users.noreply.github.com>
|
|
Date: Wed, 11 Dec 2024 17:42:44 +0200
|
|
Subject: [PATCH] [PyOV] update numpy <2.3.0
|
|
|
|
---
|
|
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 cc1d4514b7bbfe..4d65603a5323ab 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,<2.2.0 # Python bindings, frontends
|
|
+numpy>=1.16.6,<2.3.0 # Python bindings, frontends
|
|
|
|
# pytest
|
|
pytest>=5.0,<8.4
|
|
diff --git a/src/bindings/python/requirements.txt b/src/bindings/python/requirements.txt
|
|
index a2d63161fe764c..febb91d5ecee55 100644
|
|
--- a/src/bindings/python/requirements.txt
|
|
+++ b/src/bindings/python/requirements.txt
|
|
@@ -1,3 +1,3 @@
|
|
-numpy>=1.16.6,<2.2.0
|
|
+numpy>=1.16.6,<2.3.0
|
|
openvino-telemetry>=2023.2.1
|
|
packaging
|