aboutsummaryrefslogtreecommitdiff
path: root/science/py-dwave-gate/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-dwave-gate/files/patch-pyproject.toml')
-rw-r--r--science/py-dwave-gate/files/patch-pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/science/py-dwave-gate/files/patch-pyproject.toml b/science/py-dwave-gate/files/patch-pyproject.toml
new file mode 100644
index 000000000000..02f8f28f6143
--- /dev/null
+++ b/science/py-dwave-gate/files/patch-pyproject.toml
@@ -0,0 +1,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"
+