Skip to content

Commit 7ceefba

Browse files
committed
Fix shapely dependency, update python classifiers
1 parent fd33369 commit 7ceefba

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

ci/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies:
1111
- xarray
1212
- matplotlib==3.2.1
1313
- cartopy==0.19.0.post1
14+
- shapely==1.7.1
1415
- ipykernel
1516
- pandoc
1617
- python-build

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies:
1818
- xarray
1919
- matplotlib==3.2.1
2020
- cartopy==0.19.0.post1
21+
- shapely==1.7.1
2122
- ipykernel
2223
- pandoc
2324
- pip

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers =
1717
Programming Language :: Python :: 3.6
1818
Programming Language :: Python :: 3.7
1919
Programming Language :: Python :: 3.8
20+
Programming Language :: Python :: 3.9
2021

2122
project_urls =
2223
Bug Tracker = https://github.com/lukelbd/proplot/issues

0 commit comments

Comments
 (0)