opnsense-ports/math/py-fastcluster/files/patch-pyproject.toml
Franco Fichtner 85a073a62c */*: sync with upstream
Taken from: FreeBSD
2024-05-14 14:28:57 +02:00

8 lines
288 B
TOML

--- pyproject.toml.orig 2022-02-27 10:25:41 UTC
+++ pyproject.toml
@@ -10,4 +10,4 @@ requires = ["setuptools",
# Scipy's "oldest_supported_numpy" package does this work for us.
requires = ["setuptools",
"wheel",
- "oldest_supported_numpy"]
+ "numpy"]