diff options
Diffstat (limited to 'math/py-scs/files/patch-pyproject.toml')
-rw-r--r-- | math/py-scs/files/patch-pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-scs/files/patch-pyproject.toml b/math/py-scs/files/patch-pyproject.toml new file mode 100644 index 000000000000..7b7980d3fad4 --- /dev/null +++ b/math/py-scs/files/patch-pyproject.toml @@ -0,0 +1,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" + ] |