opnsense-ports/math/py-numexpr/files/patch-pyproject.toml
Franco Fichtner c9d109a3f3 math/py-numexpr: sync with upstream
Taken from: FreeBSD
2024-07-10 08:35:34 +02:00

11 lines
224 B
TOML

--- pyproject.toml.orig 2024-06-20 17:09:56 UTC
+++ pyproject.toml
@@ -2,7 +2,7 @@ requires = [
requires = [
"setuptools",
"wheel",
- "numpy>=2.0.0",
+ "numpy",
]
build-backend = "setuptools.build_meta"