Skip to content

Commit b594e0f

Browse files
committed
Upgrade cartopy/matplotlib
- fix some deprecation warning - also useful to debug Windows failing at #575
1 parent e738a5d commit b594e0f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ci/requirements/py3.11-all-pinned.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ dependencies:
3838

3939
# EXT.PLOT:
4040
- IPython = 9.4.0
41-
- cartopy = 0.24.0
41+
- cartopy = 0.25.0
4242
- ipykernel = 6.29.5
4343
- ipywidgets = 8.1.7
44-
- matplotlib = 3.10.3
44+
- matplotlib = 3.10.8
4545
- pyproj = 3.7.1
4646
- seaborn = 0.13.2
4747

ci/requirements/py3.11-core-pinned.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ dependencies:
3838

3939
# EXT.PLOT:
4040
# - IPython = 9.4.0
41-
# - cartopy = 0.24.0
41+
# - cartopy = 0.25.0
4242
# - ipykernel = 6.29.5
4343
# - ipywidgets = 8.1.7
44-
# - matplotlib = 3.10.3
44+
# - matplotlib = 3.10.8
4545
# - pyproj = 3.7.1
4646
# - seaborn = 0.13.2
4747

ci/requirements/py3.12-all-pinned.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ dependencies:
3838

3939
# EXT.PLOT:
4040
- IPython = 9.4.0
41-
- cartopy = 0.24.0
41+
- cartopy = 0.25.0
4242
- ipykernel = 6.29.5
4343
- ipywidgets = 8.1.7
44-
- matplotlib = 3.10.3
44+
- matplotlib = 3.10.8
4545
- pyproj = 3.7.1
4646
- seaborn = 0.13.2
4747

0 commit comments

Comments
 (0)