Skip to content

Commit

Permalink
HDBSCAN doesn't work with numpy 2 yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes authored Jun 17, 2024
1 parent 5d75efb commit 142c6ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cython>=0.27,<3
numpy>=1.20
numpy>=1.20,<2
scipy>= 1.0
scikit-learn>=0.20
joblib>=1.0

0 comments on commit 142c6ac

Please sign in to comment.