summaryrefslogtreecommitdiff
path: root/devel/py-qutip/files/patch-pyproject.toml
blob: 98a9c6b8b75cdf4853ef7cc3c284351786184fe4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2024-06-27 18:24:19 UTC
+++ pyproject.toml
@@ -7,7 +7,7 @@ requires = [
     "cython>=0.29.20,<3.0.0; python_version<='3.9'",
     # See https://numpy.org/doc/stable/user/depending_on_numpy.html for
     # the recommended way to build against numpy's C API:
-    "numpy>=2.0.0",
+    "numpy",
     "scipy>=1.9",
 ]
 build-backend = "setuptools.build_meta"