-
Notifications
You must be signed in to change notification settings - Fork 902
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
Errors and deprecation warnings from numba 0.58 #14160
Comments
Taking a look at this 👍 |
…ings-as-errors. (#14156) Closes #14155. Related: #14160. (Will newer numpy support be backported to pandas 1.x? edit: no, see below) Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) - Benjamin Zaitlen (https://github.com/quasiben) - Ray Douglass (https://github.com/raydouglass) - GALI PREM SAGAR (https://github.com/galipremsagar) URL: #14156
Having poked around a bit I believe some of the changes needed to fix this overlap/are related to changes in #13854. I think it might fix some of these things outright, or at the very least it centralizes the kinds of numba errors we raise in such a way that we could probably fix things in fewer places. |
@brandon-b-miller Is #13854 ready to merge? It would need to retarget 24.02. I'd like to unpin |
Thanks for bumping this. Will investigate and see what if anything still needs to be done here. |
The addition of this configuration option in #13854 seems to have resolved this. |
@brandon-b-miller Can this issue be closed, then? Or should it be closed by #14616? |
I think it should be closed by #14616. Will update |
This PR removes the constraint for numba 0.58 in our dependencies. Closes #14160 Authors: - https://github.com/brandon-b-miller Approvers: - Bradley Dice (https://github.com/bdice) - GALI PREM SAGAR (https://github.com/galipremsagar) - Ray Douglass (https://github.com/raydouglass) URL: #14616
The release of numba 0.58 has surfaced several errors and deprecation warnings. Below is an example:
See details for a full log.
Details
https://github.com/rapidsai/cudf/actions/runs/6264918730/job/17013087530?pr=14156#step:9:1773
The text was updated successfully, but these errors were encountered: