-
Notifications
You must be signed in to change notification settings - Fork 810
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
Support for Python 3.13 #1163
Comments
Numba is the the main dependency that tends to be a blocker. I am not aware that they support 3.13 yet, but likely will soon. |
Sorry, I meant to say numba now supports Python 3.13, as seen on their releases page . |
Well In this case I seem to be unable to install umap on Python 3.10.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of August 2024, Numba now supports Python 3.13. I have heard numba was the only dependency blocking support for Python >3.12, so if that is true, umap should be able to support 3.13 as well?
EDIT: Mistakenly typed "numpy" instead of "numba."
The text was updated successfully, but these errors were encountered: