We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72628a9 commit 2cd07edCopy full SHA for 2cd07ed
setup.py
@@ -27,9 +27,9 @@ def get_version():
27
'appdirs>=1.4.3,<2.0',
28
'carto>=1.11.3,<2.0',
29
'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',
+ 'pandas>=0.25.0',
+ 'shapely>=1.7,<=1.7.1',
+ 'geopandas>=0.6.0,<1.0',
33
'unidecode>=1.1.0,<2.0',
34
'semantic_version>=2.8.0,<3'
35
]
0 commit comments