ports/math/py-hdbscan/files/patch-pyproject.toml
Po-Chuan Hsieh f42471ff18
math/py-hdbscan: Convert to USE_PYTHON=pep517
- Remove cython version check from BUILD_DEPENDS
- Bump PORTREVISION for package change
2024-05-13 22:02:45 +08:00

11 lines
209 B
TOML

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