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

CI: specify matplotlib-base #5606

Merged
merged 2 commits into from Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/src/whatsnew/latest.rst
Expand Up @@ -155,6 +155,9 @@ This document explains the changes made to Iris for this release
#. `@bjlittle`_ corrected various comment spelling mistakes detected by
`codespell`_. (:pull:`5546`)

#. `@rcomer`_ reduced the size of the conda environment used for testing.
(:pull:`5606`)


.. comment
Whatsnew author names (@github name) in alphabetical order. Note that,
Expand Down
108 changes: 32 additions & 76 deletions requirements/locks/py310-linux-64.lock

Large diffs are not rendered by default.

108 changes: 32 additions & 76 deletions requirements/locks/py311-linux-64.lock

Large diffs are not rendered by default.

109 changes: 32 additions & 77 deletions requirements/locks/py39-linux-64.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements/py310.yml
Expand Up @@ -16,7 +16,7 @@ dependencies:
- cftime >=1.5
- dask-core >=2022.9.0
- libnetcdf !=4.9.1
- matplotlib >=3.5
- matplotlib-base >=3.5
- netcdf4
- numpy >1.21, !=1.24.3
- python-xxhash
Expand Down
2 changes: 1 addition & 1 deletion requirements/py311.yml
Expand Up @@ -16,7 +16,7 @@ dependencies:
- cftime >=1.5
- dask-core >=2022.9.0
- libnetcdf !=4.9.1
- matplotlib >=3.5
- matplotlib-base >=3.5
- netcdf4
- numpy >1.21, !=1.24.3
- python-xxhash
Expand Down
2 changes: 1 addition & 1 deletion requirements/py39.yml
Expand Up @@ -16,7 +16,7 @@ dependencies:
- cftime >=1.5
- dask-core >=2022.9.0
- libnetcdf !=4.9.1
- matplotlib >=3.5
- matplotlib-base >=3.5
- netcdf4
- numpy >1.21, !=1.24.3
- python-xxhash
Expand Down