public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Artem Anokhov <artyom.anokhov@intel.com>
To: git-commits@fedoraproject.org
Subject: [rpms/openvino] rawhide: Remove upper NumPy version bound
Date: Thu, 17 Sep 2026 13:41:23 GMT [thread overview]
Message-ID: <178965248333.1.15877002391316077386.rpms-openvino-1c3c520f49fa@fedoraproject.org> (raw)
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
reply other threads:[~2026-09-17 13:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178965248333.1.15877002391316077386.rpms-openvino-1c3c520f49fa@fedoraproject.org \
--to=artyom.anokhov@intel.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox