Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: support numpy 2 #4798

Merged
merged 2 commits into from
Sep 30, 2024
Merged

fix: support numpy 2 #4798

merged 2 commits into from
Sep 30, 2024

Conversation

RogerHYang
Copy link
Contributor

resolves #4795

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Sep 29, 2024
from numba.core.errors import NumbaWarning

warnings.simplefilter("ignore", category=NumbaWarning)
from umap import UMAP
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delayed import could save 3s when they're not needed

Screenshot 2024-09-29 at 6 01 00 PM

@RogerHYang RogerHYang merged commit c4baea4 into main Sep 30, 2024
16 checks passed
@RogerHYang RogerHYang deleted the support-numpy-2 branch September 30, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT] remove restriction on numpy<2
2 participants