summaryrefslogtreecommitdiff
path: root/math/py-scs/files/patch-pyproject.toml
blob: d62e3f0d491bad325194836f1b726862b76e22f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-10-12 18:49:35 UTC
+++ pyproject.toml
@@ -1,7 +1,7 @@ requires = [
 [build-system]
 build-backend = 'mesonpy'
 requires = [
-  "numpy >= 2.0.0",
+  "numpy",
   "meson-python"
 ]