Skip to content

Commit 2c4422f

Browse files
committed
Issue #714/#717 best effort geopandas support on python 3.8
1 parent 0d295dc commit 2c4422f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525
"urllib3<2.3.0", # httpretty doesn't work properly with urllib3>=2.3.0. See #700 and https://github.com/gabrielfalcao/HTTPretty/issues/484
2626
"netCDF4>=1.7.0",
2727
"matplotlib", # TODO: eliminate matplotlib as test dependency
28-
"geopandas>0.13.2",
28+
# TODO #717 clean up geopandas constraints when Python 3.8 support is dropped:
29+
# #714 requires >0.13.2, but that does resolve for Python 3.8
30+
"geopandas>0.13.2; python_version>='3.9'",
31+
"geopandas",
2932
"flake8>=5.0.0",
3033
"time_machine",
3134
"pyproj>=3.2.0", # Pyproj is an optional, best-effort runtime dependency

0 commit comments

Comments
 (0)