Skip to content

Commit b35724f

Browse files
authored
Pin Cartopy to 0.17.* until we sort out problems (#270)
For some reason, the coast lines features are plotting on the entire figure instead of only the land or ocean. Might be an error on our side. For now, pin cartopy on CI to fix our docs.
1 parent 263b29a commit b35724f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
# Development requirements
1919
- pyproj
2020
- matplotlib
21-
- cartopy
21+
- cartopy==0.17.*
2222
- pytest
2323
- pytest-cov
2424
- pytest-mpl

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Development requirements
22
pyproj
33
matplotlib
4-
cartopy
4+
cartopy=0.17.*
55
pytest
66
pytest-cov
77
pytest-mpl

0 commit comments

Comments
 (0)