ports/math/py-hdbscan/files/patch-pyproject.toml
2023-08-17 02:25:39 +08:00

9 lines
182 B
TOML

--- pyproject.toml.orig 2023-07-18 17:51:04 UTC
+++ pyproject.toml
@@ -3,5 +3,5 @@ requires = [
"setuptools",
"wheel",
"cython<3",
- "oldest-supported-numpy"
+ "numpy"
]