Skip to content

Commit

Permalink
Update dependency specification
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis committed Apr 18, 2023
1 parent ceefb89 commit 06ecc0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
python_requires=">=3.7",
install_requires=[
'affine',
'fiona>=1.8.4,<2.*',
'shapely>=1.6.3,<2.*',
'fiona>=1.8.4,=<1.8.21',
'shapely>=1.6.3,<2.0.0',
'rasterio>=1.2.0',
'pillow',
'mercantile>=0.10.0',
Expand Down

0 comments on commit 06ecc0e

Please sign in to comment.