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] f45: Remove upper NumPy version bound
Date: Thu, 03 Sep 2026 15:05:20 GMT	[thread overview]
Message-ID: <178844792041.1.13245152382001350852.rpms-openvino-3a67af4a76c1@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-09-03 15:05 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=178844792041.1.13245152382001350852.rpms-openvino-3a67af4a76c1@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