mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
- Convert to USE_PYTHON=pep517 Changes: https://github.com/scikit-learn-contrib/hdbscan/releases
9 lines
182 B
TOML
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"
|
|
]
|