metadrive: use main branch (#33278)

use main branch
pull/33281/head
Maxime Desroches 9 months ago committed by GitHub
parent 90ce7781f4
commit 4cb1c665e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      pyproject.toml
  2. 2
      uv.lock

@ -100,7 +100,7 @@ dev = [
"inputs",
"lru-dict",
"matplotlib",
"metadrive-simulator@git+https://github.com/commaai/metadrive@opencv_headless ; platform_machine != 'aarch64'",
"metadrive-simulator@git+https://github.com/commaai/metadrive@main ; platform_machine != 'aarch64'",
"parameterized >=0.8, <0.9",
#"pprofile",
"pyautogui",

@ -1110,7 +1110,7 @@ wheels = [
[[package]]
name = "metadrive-simulator"
version = "0.4.2.3"
source = { git = "https://github.com/commaai/metadrive?rev=opencv_headless#9b6ddb791919249effa0573883076681514787e4" }
source = { git = "https://github.com/commaai/metadrive?rev=main#0dd67b8a924d65c5c263c63863c3e766850e0b66" }
dependencies = [
{ name = "filelock" },
{ name = "geopandas" },

Loading…
Cancel
Save