Skip to content

Commit

Permalink
Pin matplotlib != 3.9.1 (#6065)
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo authored Jul 19, 2024
1 parent 25b8752 commit ee6f186
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ This document explains the changes made to Iris for this release
to be compatible with GeoVista v0.5, as well as previous versions.
(:pull:`6064`)

#. `@pp-mo`_ temporarily pinned matplotlib to ">=3.5, !=3.9.1", to avoid current CI
test failures on plot results, apparently due to a matplotlib bug.
See : https://github.com/matplotlib/matplotlib/issues/28567
(:pull:`6065`)



📚 Documentation
================
Expand Down
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-base >=3.5
- matplotlib-base >=3.5, !=3.9.1
- netcdf4
- numpy >=1.24, !=1.24.3, <2
- 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-base >=3.5
- matplotlib-base >=3.5, !=3.9.1
- netcdf4
- numpy >=1.24, !=1.24.3, <2
- python-xxhash
Expand Down
2 changes: 1 addition & 1 deletion requirements/py312.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-base >=3.5
- matplotlib-base >=3.5, !=3.9.1
- netcdf4
- numpy >=1.24, !=1.24.3, <2
- python-xxhash
Expand Down

0 comments on commit ee6f186

Please sign in to comment.