Skip to content

Commit 142c6ac

Browse files
authored
HDBSCAN doesn't work with numpy 2 yet.
1 parent 5d75efb commit 142c6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cython>=0.27,<3
2-
numpy>=1.20
2+
numpy>=1.20,<2
33
scipy>= 1.0
44
scikit-learn>=0.20
55
joblib>=1.0

0 commit comments

Comments
 (0)