Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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