- Convert to USE_PYTHON=pep517 Changes: https://github.com/scikit-learn-contrib/hdbscan/releases
10 lines
182 B
TOML
10 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"
|
|
]
|