-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Numpy 2 compatibility #101
Comments
I didn't look in detail yet, but the description sounds good - we already depend on |
In the end not such a simple change, yet. Looks like Might want to wait and see, for now. |
For reference, this is the numpy2 related issue: TutteInstitute/fast_hdbscan#17 (needs a release) |
Is there something we need to do on our side? Should we require numpy 2.x and a recent hdbscan to ensure things match? |
Looks like we are OK for numpy 2 here, just
hdbscan
which is not yet compatible. Their new version0.8.37
released a few days ago pinsnumpy < 2
, so new installs will work. Older installs that are upgraded will likely crash with theValueError
for thedtype
size change on the import ofhdbscan
.See scikit-learn-contrib/hdbscan#642
We might also want to checkout
fast_hdbscan
mentioned in that issue: https://github.com/TutteInstitute/fast_hdbscanThe text was updated successfully, but these errors were encountered: