ports/devel/py-qutip/files/patch-pyproject.toml
Yuri Victorovich 4da76baa5d devel/py-qutip: update 5.0.2 → 5.0.3
Reported by:	portscout
2024-08-03 01:27:32 -07: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"