summaryrefslogtreecommitdiff
path: root/science/py-dwave-gate/files/patch-pyproject.toml
blob: 02f8f28f6143b05453f76abaca3044dfb0d3db5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- pyproject.toml.orig	2025-09-27 18:57:44 UTC
+++ pyproject.toml
@@ -3,7 +3,7 @@ requires = [
     "setuptools>=46.4.0",       # PEP-420 support, PEP-517/518 support
     "wheel>=0.30.0",            # limited python api support
     "cython~=3.0",
-    "numpy~=2.0",
+    "numpy",
 ]
 build-backend = "setuptools.build_meta"