python-matplotlib/0002-Don-t-require-oldest-supported-numpy.patch

27 lines
720 B
Diff
Raw Normal View History

2023-07-07 01:01:14 +00:00
From 4fc7594b7f3eb3a9b8c9b2ea53aa7230cc7305a9 Mon Sep 17 00:00:00 2001
2023-02-28 03:29:17 +00:00
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Thu, 26 Jan 2023 06:40:06 -0500
2023-07-07 01:01:14 +00:00
Subject: [PATCH 2/4] Don't require oldest-supported-numpy
2023-02-28 03:29:17 +00:00
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
2023-07-07 01:01:14 +00:00
index e887bd0975..673981f236 100644
2023-02-28 03:29:17 +00:00
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,7 +2,7 @@
build-backend = "setuptools.build_meta"
requires = [
"certifi>=2020.06.20",
- "oldest-supported-numpy",
+ "numpy",
"pybind11>=2.6",
2023-07-07 01:01:14 +00:00
"setuptools>=42",
2023-02-28 03:29:17 +00:00
"setuptools_scm>=7",
--
2023-06-22 08:56:24 +00:00
2.41.0
2023-02-28 03:29:17 +00:00