-
Notifications
You must be signed in to change notification settings - Fork 332
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
Release llvmlite >= 0.41.0 via pip? #974
Comments
@rachtsingh thank you for asking about this. When building
Will install:
We do plan to build "nightlies" to PyPi too at some point but that work is currently not scheduled, so please use Regarding NumPy 1.25 support, the work to support this version has been completed and merged to We are planning to release new versions of Numba and llvmlite soon (Current estimate is to tag a release candidate the week starting 14th of August, but that is an "estimate"). The milestones are here:
....and we will be opening release checklists this week to get the release process going. Keep an eye on the issue tracker if you are interested. |
Thank you for the detailed response and for specifying your release policy, it is very much appreciated. I'll keep an eye out! |
@rachtsingh no problem. FYI: release checklists are out now: |
Installing llvmlite via pip only installs v0.40.1:
This would normally not be much of an issue, but the latest numba (0.58.0) requires
llvmlite >= 0.41.0dev0
, and the latest numba is the only one that supports numpy 1.25. So to upgrade numpy to 1.25, we would need to build llvmlite from scratch, which is somewhat daunting.The text was updated successfully, but these errors were encountered: