-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF: Remove Numba compat pre 0.50.1 #43266
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
REF: Remove Numba compat pre 0.50.1 #43266
Conversation
Thanks @mroeschke There a still min versions set in |
Thanks. Yes, just removed those as well. |
Thanks @mroeschke |
@@ -15,7 +15,7 @@ | |||
from pandas.core.util.numba_ import NUMBA_FUNC_CACHE | |||
|
|||
|
|||
@td.skip_if_no("numba", "0.46.0") | |||
@td.skip_if_no("numba") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prob could remove these individual skips and just skip the entire module if numba not installed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True. All */test_numba.py
tests should require numba
* CLN: Pre Numba 0.46.0 compat * Remove other unneeded min references
No longer needed since the bump #43257 (comment)