acd2786
From 23f561e7b578806239bb3c68ed9ef02aa1e00ce4 Mon Sep 17 00:00:00 2001
6053ff6
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
acd2786
Date: Fri, 11 Aug 2023 02:36:06 -0400
acd2786
Subject: [PATCH 2/5] Unpin NumPy build requirement
acd2786
acd2786
This is so high simply to take advantage of the new
acd2786
backwards-compatibility guarantee in NumPy 1.25, but Fedora will never
acd2786
run against a version different from the one it was built against.
6053ff6
6053ff6
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
6053ff6
---
6053ff6
 pyproject.toml | 2 +-
6053ff6
 1 file changed, 1 insertion(+), 1 deletion(-)
6053ff6
6053ff6
diff --git a/pyproject.toml b/pyproject.toml
acd2786
index d2e2f769b7..d2e4153202 100644
6053ff6
--- a/pyproject.toml
6053ff6
+++ b/pyproject.toml
6053ff6
@@ -2,7 +2,7 @@
6053ff6
 build-backend = "setuptools.build_meta"
6053ff6
 requires = [
6053ff6
     "certifi>=2020.06.20",
acd2786
-    "numpy>=1.25",
6053ff6
+    "numpy",
6053ff6
     "pybind11>=2.6",
05ffcff
     "setuptools>=42",
6053ff6
     "setuptools_scm>=7",
6053ff6
-- 
545cd05
2.41.0
6053ff6