opnsense-ports/devel/py-qutip/files/patch-pyproject.toml
Franco Fichtner 2d2f7f9f04 */*: sync with upstream
Taken from: FreeBSD
2024-08-05 09:48:22 +02:00

11 lines
380 B
TOML

--- 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"