Skip to content

Commit

Permalink
Raise cartopy pin (#403)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* Pins `cartopy` above v0.23.0

### Does this PR introduce a breaking change?

No.

### Other information:

https://scitools.org.uk/cartopy/docs/latest/whatsnew/v0.23.html
  • Loading branch information
Zeitsperre committed May 15, 2024
2 parents 94fe40d + 02555ef commit a0ac4b7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ Changelog

v0.9.1 (unreleased)
-------------------
Contributors to this version: Pascal Bourgault (:user:`aulemahal`).
Contributors to this version: Pascal Bourgault (:user:`aulemahal`), Trevor James Smith (:user:`Zeitsperre`).

Bug fixes
^^^^^^^^^
* Fixed defaults for ``xr_combine_kwargs`` in ``extract_dataset`` (:pull:`402`).
* Fixed defaults for ``xr_combine_kwargs`` in ``extract_dataset``. (:pull:`402`).

Internal changes
^^^^^^^^^^^^^^^^
* `cartopy` has been pinned above version '0.23.0' in order to address a licensing issue. (:pull:`403`).

v0.9.0 (2024-05-07)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
# Don't forget to sync changes between environment.yml, environment-dev.yml, and setup.py!
# Also consider updating the list in xs.utils.show_versions if you add a new package.
# Main packages
- cartopy
- cartopy >=0.23.0
- cftime
- cf_xarray >=0.7.6
- clisops >=0.10
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
# Don't forget to sync changes between environment.yml, environment-dev.yml, and setup.py!
# Also consider updating the list in xs.utils.show_versions if you add a new package.
# Main packages
- cartopy
- cartopy >=0.23.0
- cftime
- cf_xarray >=0.7.6
- clisops >=0.10
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"babel",
"cartopy",
"cartopy >=0.23.0",
"cftime",
"cf_xarray >=0.7.6",
"clisops >=0.10",
Expand Down

0 comments on commit a0ac4b7

Please sign in to comment.