summaryrefslogtreecommitdiff
path: root/math/py-hdbscan/files/patch-pyproject.toml
blob: 8737982fa4245de01a9885b24514a03f44040fa7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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"
 ]