summarylogtreecommitdiffstats
path: root/0001-Allow-using-newer-numpy.patch
blob: b2d5226aee506ed8c92c2bc30048c12d85968863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,8 +13,8 @@ requires = [
     # on other archs
     "numpy==1.22.3; python_version=='3.9' and platform_python_implementation != 'PyPy'",
     "numpy==1.22.3; python_version=='3.10' and platform_python_implementation != 'PyPy'",
     "numpy==1.23.2; python_version=='3.11' and platform_python_implementation != 'PyPy'",
-    "numpy==1.26.0; python_version=='3.12' and platform_python_implementation != 'PyPy'",
+    "numpy>=1.26.0; python_version=='3.12' and platform_python_implementation != 'PyPy'",
     # For unreleased versions of Python there is currently no known supported
     # NumPy version. In that case we just let it be a bare NumPy install
     "numpy<2.0; python_version>='3.13'",