Skip to content

Commit 945899c

Browse files
authored
Merge pull request #144 from dstansby/cartopy-bump
Bump cartopy version
2 parents d7522e1 + 987c8ce commit 945899c

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

Diff for: requirements/requirements.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
autopep8
22
bump2version
3-
cartopy==0.19.0.post1
3+
cartopy==0.22.0
44
flake8
55
matplotlib==3.5.0
66
mpl-sphinx-theme

Diff for: requirements/requirements.txt

+11-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ beautifulsoup4==4.10.0
1616
# via pydata-sphinx-theme
1717
bump2version==1.0.1
1818
# via -r requirements.in
19-
cartopy==0.19.0.post1
19+
cartopy==0.22.0
2020
# via -r requirements.in
2121
certifi==2021.10.8
22-
# via requests
22+
# via
23+
# pyproj
24+
# requests
2325
cffi==1.15.0
2426
# via cryptography
2527
cfgv==3.3.1
@@ -61,7 +63,9 @@ kiwisolver==1.3.2
6163
markupsafe==2.1.0
6264
# via jinja2
6365
matplotlib==3.5.0
64-
# via -r requirements.in
66+
# via
67+
# -r requirements.in
68+
# cartopy
6569
mccabe==0.6.1
6670
# via flake8
6771
mpl-sphinx-theme==3.5.0
@@ -75,6 +79,7 @@ numpy==1.22.2
7579
# scipy
7680
packaging==21.3
7781
# via
82+
# cartopy
7883
# matplotlib
7984
# setuptools-scm
8085
# sphinx
@@ -110,7 +115,9 @@ pyparsing==3.0.7
110115
# via
111116
# matplotlib
112117
# packaging
113-
pyshp==2.2.0
118+
pyproj==3.6.1
119+
# via cartopy
120+
pyshp==2.3.1
114121
# via cartopy
115122
python-dateutil==2.8.2
116123
# via matplotlib

0 commit comments

Comments
 (0)