From d14524b26f2a2ef5881b510f80748b122f0af0f2 Mon Sep 17 00:00:00 2001 From: QuanyiLi Date: Wed, 4 Oct 2023 13:21:53 +0100 Subject: [PATCH] md versio>=0.4.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa5e19e..b893868 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ install_requires = [ "matplotlib", "pandas", "tqdm", - "metadrive-simulator>=0.4.1.1", + "metadrive-simulator>=0.4.1.2", "geopandas", "yapf", "shapely"