Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 245c650

Browse files
committed
Bump cartopy version
1 parent d7522e1 commit 245c650

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

requirements/requirements.in

Lines changed: 1 addition & 1 deletion
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

requirements/requirements.txt

Lines changed: 10 additions & 3 deletions
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,6 +115,8 @@ pyparsing==3.0.7
110115
# via
111116
# matplotlib
112117
# packaging
118+
pyproj==3.6.1
119+
# via cartopy
113120
pyshp==2.2.0
114121
# via cartopy
115122
python-dateutil==2.8.2

0 commit comments

Comments
 (0)