Skip to content

Commit

Permalink
CI: specify matplotlib-base (#5606)
Browse files Browse the repository at this point in the history
* CI: specify matplotlib-base

* whatsnew
  • Loading branch information
rcomer committed Nov 28, 2023
1 parent 507c34c commit b78de2e
Show file tree
Hide file tree
Showing 7 changed files with 102 additions and 232 deletions.
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

0 comments on commit b78de2e

Please sign in to comment.