public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openvino] f45: Remove upper NumPy version bound
@ 2026-09-03 15:05 Artem Anokhov
0 siblings, 0 replies; only message in thread
From: Artem Anokhov @ 2026-09-03 15:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openvino
Branch : f45
Commit : 3a67af4a76c128ad7037952a4e903a11caaef99f
Author : Artem Anokhov <artyom.anokhov@intel.com>
Date : 2026-09-02T09:34:43+00:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openvino/c/3a67af4a76c128ad7037952a4e903a11caaef99f?branch=f45
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
---
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-03 15:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-03 15:05 [rpms/openvino] f45: 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