Skip to content

Bump cartopy version #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
autopep8
bump2version
cartopy==0.19.0.post1
cartopy==0.22.0
flake8
matplotlib==3.5.0
mpl-sphinx-theme
Expand Down
15 changes: 11 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ beautifulsoup4==4.10.0
# via pydata-sphinx-theme
bump2version==1.0.1
# via -r requirements.in
cartopy==0.19.0.post1
cartopy==0.22.0
# via -r requirements.in
certifi==2021.10.8
# via requests
# via
# pyproj
# requests
cffi==1.15.0
# via cryptography
cfgv==3.3.1
Expand Down Expand Up @@ -61,7 +63,9 @@ kiwisolver==1.3.2
markupsafe==2.1.0
# via jinja2
matplotlib==3.5.0
# via -r requirements.in
# via
# -r requirements.in
# cartopy
mccabe==0.6.1
# via flake8
mpl-sphinx-theme==3.5.0
Expand All @@ -75,6 +79,7 @@ numpy==1.22.2
# scipy
packaging==21.3
# via
# cartopy
# matplotlib
# setuptools-scm
# sphinx
Expand Down Expand Up @@ -110,7 +115,9 @@ pyparsing==3.0.7
# via
# matplotlib
# packaging
pyshp==2.2.0
pyproj==3.6.1
# via cartopy
pyshp==2.3.1
# via cartopy
python-dateutil==2.8.2
# via matplotlib
Expand Down