summaryrefslogtreecommitdiff
path: root/math/py-scs/files/patch-pyproject.toml
blob: 7b7980d3fad467f2242ee349f63f272ca5dd46bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2024-06-20 23:14:01 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 build-backend = 'mesonpy'
 requires = [
-  "numpy >= 2.0.0; python_version > '3.8'",
+  "numpy; python_version > '3.8'",
   "oldest-supported-numpy; python_version <= '3.8'",
   "meson-python"
 ]