Files
macports-ports/python/py-hdbscan/files/patch-pyproject_toml.diff

10 lines
184 B
Diff

--- ./pyproject.toml 2023-08-02 06:22:48
+++ ./pyproject.toml 2023-08-02 06:23:31
@@ -3,5 +3,5 @@
"setuptools",
"wheel",
"cython<3",
- "oldest-supported-numpy"
+ "numpy"
]