public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openvino] origin/pr/7/head: Apply upstream patch for numpy 2.2 support
@ 2026-06-10 16:59 Orion Poplawski
  0 siblings, 0 replies; only message in thread
From: Orion Poplawski @ 2026-06-10 16:59 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/openvino
Branch : origin/pr/7/head
Commit : 9fff81c4660f51541e27e98e51c29be10951590d
Author : Orion Poplawski <orion@nwra.com>
Date   : 2024-12-18T21:41:34-07:00
Stats  : +32/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/openvino/c/9fff81c4660f51541e27e98e51c29be10951590d?branch=origin/pr/7/head

Log:
Apply upstream patch for numpy 2.2 support

---
diff --git a/28039.patch b/28039.patch
new file mode 100644
index 0000000..e702295
--- /dev/null
+++ b/28039.patch
@@ -0,0 +1,30 @@
+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

diff --git a/openvino.spec b/openvino.spec
index a91704d..cb5954c 100644
--- a/openvino.spec
+++ b/openvino.spec
@@ -46,6 +46,8 @@ Source3:	dependencies.cmake
 Source4:	pyproject.toml
 
 Patch0:		openvino-fedora.patch
+# Support numpy 2.2.0
+Patch1:         https://github.com/openvinotoolkit/openvino/pull/28039.patch
 
 ExclusiveArch:	x86_64
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-10 16:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 16:59 [rpms/openvino] origin/pr/7/head: Apply upstream patch for numpy 2.2 support Orion Poplawski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox