public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openvino] origin/pr/8/head: Remove upper version bound on numpy (fixes RHBZ#2374828)
@ 2026-06-11 16:10 Alexander F. Lent
0 siblings, 0 replies; only message in thread
From: Alexander F. Lent @ 2026-06-11 16:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openvino
Branch : origin/pr/8/head
Commit : daafae612c1bebbae339ed77787d4c4e9fd2cc7d
Author : Alexander F. Lent <lx@xanderlent.com>
Date : 2025-07-27T19:39:54-04:00
Stats : +1/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openvino/c/daafae612c1bebbae339ed77787d4c4e9fd2cc7d?branch=origin/pr/8/head
Log:
Remove upper version bound on numpy (fixes RHBZ#2374828)
---
diff --git a/openvino.spec b/openvino.spec
index f6b6c1d..df20931 100644
--- a/openvino.spec
+++ b/openvino.spec
@@ -204,6 +204,7 @@ sed -i -e 's|CACHE_JSON_INSTALL_DIR ${OV_CPACK_PLUGINSDIR}|CACHE_JSON_INSTALL_DI
# python:prep
sed -i '/openvino-telemetry/d' src/bindings/python/requirements.txt
+sed -i 's/numpy>=1.16.6,<2.3.0/numpy>=1.16.6/' src/bindings/python/requirements.txt
cp %{SOURCE5} src/bindings/python
# gcc 15 include cstdint
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 16:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 16:10 [rpms/openvino] origin/pr/8/head: Remove upper version bound on numpy (fixes RHBZ#2374828) Alexander F. Lent
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox