Skip to content

update dependency #10438

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

update dependency #10438

wants to merge 8 commits into from

Conversation

dhruvak001
Copy link

@dhruvak001 dhruvak001 commented Jun 22, 2025

Update Minimum Dependencies

The minimum required versions for several key dependencies have been updated to their latest stable releases.

Details

python: >=3.10 -> >=3.11
numpy: >=1.24 -> >=1.26
packaging: >=23.2 -> >=24.0
pandas: >=2.1 -> >=2.2
scipy: -> >=1.13
numbagg: -> >=0.8
numba: >=0.54 -> >=0.59
flox: -> >=0.9
netCDF4: -> >=1.6.0
zarr: -> >=2.18
sparse: -> >=0.15
cartopy: -> >=0.23
Removed pydap; python_version<"3.10" as it is no longer needed with the new minimum Python version.

@github-actions github-actions bot added topic-typing topic-NamedArray Lightweight version of Variable labels Jun 22, 2025
@github-actions github-actions bot added CI Continuous Integration tools dependencies Pull requests that update a dependency file labels Jun 22, 2025
@dcherian
Copy link
Contributor

dcherian commented Jun 23, 2025

Thanks for taking this on. We'll need to update our CI yaml files too to update python 3.10 -> 3.11. Usually I just search for 3.10 and replace all occurences.

We'll also need a table in whats-new.rst listing out the changes. Just copy a table from a previous entry in that file.

@github-actions github-actions bot added the topic-DataTree Related to the implementation of a DataTree class label Jun 23, 2025
@github-actions github-actions bot added the Automation Github bots, testing workflows, release automation label Jun 23, 2025
@dhruvak001 dhruvak001 requested a review from dcherian June 23, 2025 19:01
Copy link
Contributor

@dcherian dcherian left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Automation Github bots, testing workflows, release automation CI Continuous Integration tools dependencies Pull requests that update a dependency file topic-DataTree Related to the implementation of a DataTree class topic-documentation topic-NamedArray Lightweight version of Variable topic-typing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update minimum dependencies
2 participants