Skip to content
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

DEPS: Bump minimum Numba version #43257

Closed
mroeschke opened this issue Aug 27, 2021 · 2 comments
Closed

DEPS: Bump minimum Numba version #43257

mroeschke opened this issue Aug 27, 2021 · 2 comments
Labels
Dependencies Required and optional dependencies numba numba-accelerated operations

Comments

@mroeschke
Copy link
Member

xref #43172 (comment)

The current min version is 0.46.0 which came out 2019-10-10.

Bumping to at least 0.49.0 (which came out 2020-04-17) would allow this version check to be removed:

if Version(numba.__version__) >= Version("0.49.0"):

@mroeschke mroeschke added Dependencies Required and optional dependencies numba numba-accelerated operations labels Aug 27, 2021
@fangchenli
Copy link
Member

I bumped the min support version to 0.50.1 in #41989. So only need to clean up the compat.

@mroeschke
Copy link
Member Author

Ah thanks. I'll close and just update the tests & compat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Required and optional dependencies numba numba-accelerated operations
Projects
None yet
Development

No branches or pull requests

2 participants