Skip to content

Commit

Permalink
Cartopy !=0.23 pin.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Oct 11, 2024
1 parent d64671b commit 7009d13
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ This document explains the changes made to Iris for this release
🐛 Bugs Fixed
=============

#. N/A

#. `@rcomer`_ enabled partial collapse of multi-dimensional string coordinates,
fixing :issue:`3653`. (:pull:`5955`)

Expand Down Expand Up @@ -80,7 +78,9 @@ This document explains the changes made to Iris for this release
🔗 Dependencies
===============

#. N/A
#. `@trexfeathers`_ introduced a ``!=0.23`` Cartopy pin, to avoid
a previous bug of titles clashing with axis labels.
(`cartopy#2390`_, :pull:`5980`)


📚 Documentation
Expand All @@ -105,3 +105,5 @@ This document explains the changes made to Iris for this release

.. comment
Whatsnew resources in alphabetical order:
.. _cartopy#2390: https://github.com/SciTools/cartopy/issues/2390
2 changes: 1 addition & 1 deletion requirements/py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- setuptools-scm >=7

# Core dependencies.
- cartopy >=0.21
- cartopy !=0.23
- cf-units >=3.1
- cftime >=1.5
- dask-core >=2022.9.0,!=2024.8.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/py311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- setuptools-scm >=7

# Core dependencies.
- cartopy >=0.21
- cartopy !=0.23
- cf-units >=3.1
- cftime >=1.5
- dask-core >=2022.9.0,!=2024.8.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/py312.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- setuptools-scm >=7

# Core dependencies.
- cartopy >=0.21
- cartopy !=0.23
- cf-units >=3.1
- cftime >=1.5
- dask-core >=2022.9.0,!=2024.8.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/pypi-core.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cartopy>=0.21
cartopy!=0.23
cf-units>=3.1
cftime>=1.5.0
dask[array]>=2022.9.0,!=2024.8.0
Expand Down

0 comments on commit 7009d13

Please sign in to comment.