diff --git a/setup.py b/setup.py index bcbb00b..2266029 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ install_requires = [ "pandas", "tqdm", "metadrive-simulator>=0.4.1.2", - "geopandas", + "geopandas<1.0", "yapf", "shapely" ]