Skip to content

Commit

Permalink
Pin shapely (#4911)
Browse files Browse the repository at this point in the history
* pin shapely

* update whatsnew
  • Loading branch information
stephenworsley committed Aug 17, 2022
1 parent 22fe29c commit d23669e
Show file tree
Hide file tree
Showing 7 changed files with 82 additions and 79 deletions.
3 changes: 3 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,9 @@ This document explains the changes made to Iris for this release
#. `@trexfeathers`_ updated the install process to work with setuptools `>=v64`,
making `v64` the minimum compatible version. (:pull:`4903`)

#. `@stephenworsley`_ introduced the ``shapely < 1.8.3`` maximum pin, avoiding a
bug caused by its interaction with cartopy. (:pull:`4911`)


📚 Documentation
================
Expand Down
51 changes: 25 additions & 26 deletions requirements/ci/nox.lock/py310-linux-64.lock

Large diffs are not rendered by default.

51 changes: 25 additions & 26 deletions requirements/ci/nox.lock/py38-linux-64.lock

Large diffs are not rendered by default.

53 changes: 26 additions & 27 deletions requirements/ci/nox.lock/py39-linux-64.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions requirements/ci/py310.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- python-xxhash
- pyproj
- scipy
- shapely < 1.8.3

# Optional dependencies.
- esmpy >=7.0
Expand Down
1 change: 1 addition & 0 deletions requirements/ci/py38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- python-xxhash
- pyproj
- scipy
- shapely < 1.8.3

# Optional dependencies.
- esmpy >=7.0
Expand Down
1 change: 1 addition & 0 deletions requirements/ci/py39.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- python-xxhash
- pyproj
- scipy
- shapely < 1.8.3

# Optional dependencies.
- esmpy >=7.0
Expand Down

0 comments on commit d23669e

Please sign in to comment.