lmcinnes / umap

Uniform Manifold Approximation and Projection
BSD 3-Clause "New" or "Revised" License
7.49k stars 809 forks source link

Support for Python 3.13 #1163

Open conjon42 opened 4 days ago

conjon42 commented 4 days ago

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."

lmcinnes commented 4 days ago

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.

conjon42 commented 4 days ago

Sorry, I meant to say numba now supports Python 3.13, as seen on their releases page .