Skip to content

Commit 2cd07ed

Browse files
committed
Update versions
1 parent 72628a9 commit 2cd07ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ def get_version():
2727
'appdirs>=1.4.3,<2.0',
2828
'carto>=1.11.3,<2.0',
2929
'jinja2>=2.10.1,<3.0',
30-
'pandas>=0.25.0,<=1.3.2',
31-
'shapely>=1.7,<=1.8.4',
32-
'geopandas>=0.6.0,<=0.9.0',
30+
'pandas>=0.25.0',
31+
'shapely>=1.7,<=1.7.1',
32+
'geopandas>=0.6.0,<1.0',
3333
'unidecode>=1.1.0,<2.0',
3434
'semantic_version>=2.8.0,<3'
3535
]

0 commit comments

Comments
 (0)