public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openvino] rawhide: Remove upper NumPy version bound
@ 2026-09-17 13:41 Artem Anokhov
0 siblings, 0 replies; only message in thread
From: Artem Anokhov @ 2026-09-17 13:41 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openvino
Branch : rawhide
Commit : 1c3c520f49fad28c53f0d95d4db5ca8e502e9e34
Author : Artem Anokhov <artyom.anokhov@intel.com>
Date : 2026-09-17T13:41:03+00:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openvino/c/1c3c520f49fad28c53f0d95d4db5ca8e502e9e34?branch=rawhide
Log:
Remove upper NumPy version bound
Fedora 45 provides NumPy 2.5.x, which conflicts with the upstream
numpy<2.5.0 metadata constraint and makes python3-openvino
impossible to install.
Remove the upper bound for the Fedora package.
Resolves: rhbz#2499117
(cherry picked from commit 3a67af4a76c128ad7037952a4e903a11caaef99f)
---
diff --git a/openvino.spec b/openvino.spec
index 5e97f6e..74e8738 100644
--- a/openvino.spec
+++ b/openvino.spec
@@ -242,6 +242,9 @@ runtime.
%prep
%autosetup -p1
+# Fedora provides newer NumPy versions
+sed -i 's/numpy>=1\.16\.6,<2\.5\.0/numpy>=1.16.6/' pyproject.toml
+
# Intel CPU plugin thirdparty deps
tar xf %{SOURCE1}
cp -r oneDNN-c6b79c1207bd5f20b9395536dab1d71a47cfcb1d/* src/plugins/intel_cpu/thirdparty/onednn
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-17 13:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-17 13:41 [rpms/openvino] rawhide: Remove upper NumPy version bound Artem Anokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox