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

add numba to the py3.11 environment #7867

Merged
merged 4 commits into from
May 28, 2023
Merged

add numba to the py3.11 environment #7867

merged 4 commits into from
May 28, 2023

Conversation

keewis
Copy link
Collaborator

@keewis keewis commented May 23, 2023

numba=0.57.0 has been out for quite some time already and is available on conda-forge as-of last week, which means we can almost retire the separate python=3.11 environment file.

I'm not sure what to do about cdms2 (we will see if that fails in CI), but in any case we should just deprecate and remove any functions that use it: if I understand correctly, cdms2 is in maintenance mode until the end of the year and will be discontinued afterwards.

@github-actions github-actions bot added CI Continuous Integration tools dependencies Pull requests that update a dependency file labels May 23, 2023
@keewis
Copy link
Collaborator Author

keewis commented May 23, 2023

since the version with cdms2 fails on environment creation we can't really remove the special case for python=3.11 until we reached a decision on what to do with cdms2 support. I'll open a new issue for that, but otherwise this should be ready for merging.

@Illviljan Illviljan merged commit b319d86 into pydata:main May 28, 2023
@keewis keewis deleted the numba branch June 3, 2023 11:36
dstansby pushed a commit to dstansby/xarray that referenced this pull request Jun 28, 2023
* add `numba` back to the py311 environment

* try cdms2

* remove `cdms2`, it's not available for `python=3.11`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration tools dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants