-
Notifications
You must be signed in to change notification settings - Fork 204
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
Add upper bound to prevent usage of numba 0.61.0 #1789
Add upper bound to prevent usage of numba 0.61.0 #1789
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Was raising the numba floor intentional? We are still testing numba 0.57 in the "oldest" dependency set. Should that be bumped up, or do we want to retain 0.57 as a floor but increase the ceiling? Is the 0.59 floor here to match numba-cuda's requirement? If so, then we should just bump the oldest. |
Thanks for catching this @vyasr ! Updated the oldest dependency set. |
/merge |
Numba 0.61.0 just got released with a couple of breaking changes, this pr is required to unblock the ci.
xref: rapidsai/cudf#17777