fix geopandas version to be <1.0 (#93)

* fix geopandas version to be <1.0

* change <= to <
This commit is contained in:
keroe
2024-12-02 22:08:35 +01:00
committed by GitHub
parent cf6b91c963
commit 6a25d3371f

View File

@@ -34,7 +34,7 @@ install_requires = [
"pandas",
"tqdm",
"metadrive-simulator>=0.4.1.2",
"geopandas",
"geopandas<1.0",
"yapf",
"shapely"
]