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