summaryrefslogtreecommitdiff
path: root/math/py-numpy/files/patch-pyproject.toml
blob: 3eb3c97a8da554dbd80cc84bab148bb9b3e15089 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig 2025-06-24 22:40:55 UTC
+++ pyproject.toml
@@ -2,7 +2,7 @@ requires = [
 build-backend = "mesonpy"
 requires = [
     "Cython>=0.29.34,<3.1",
-    "meson-python>=0.15.0,<0.16.0",
+    "meson-python>=0.15.0",
 ]

 [project]