Skip to content

Commit

Permalink
Upgrade version requirements for gpd & shapely
Browse files Browse the repository at this point in the history
Remove requirement for pygeos

Relates to PermafrostDiscoveryGateway/viz-workflow#10
  • Loading branch information
robyngit committed Nov 23, 2022
1 parent d1ab1d4 commit 99cfd2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
install_requires=[
'numpy >= 1.2, < 2.0',
'pandas >= 1.4, < 2.0',
'Shapely >= 1.8.5, < 2',
'pygeos >= 0.13, < 1',
'geopandas >= 0.10, < 1.0',
'shapely >= 2.0b2',
'geopandas >= 0.12, < 1.0',
'morecantile >= 3.1, < 4.0',
'Rtree >= 0.9, < 1.0',
'filelock >= 3.6, < 4.0',
Expand Down

0 comments on commit 99cfd2e

Please sign in to comment.