We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d295dc commit 2c4422fCopy full SHA for 2c4422f
setup.py
@@ -25,7 +25,10 @@
25
"urllib3<2.3.0", # httpretty doesn't work properly with urllib3>=2.3.0. See #700 and https://github.com/gabrielfalcao/HTTPretty/issues/484
26
"netCDF4>=1.7.0",
27
"matplotlib", # TODO: eliminate matplotlib as test dependency
28
- "geopandas>0.13.2",
+ # 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",
32
"flake8>=5.0.0",
33
"time_machine",
34
"pyproj>=3.2.0", # Pyproj is an optional, best-effort runtime dependency
0 commit comments