Simulator: pin metadrive + use pip version (#31161)

* pin metadrive

* pin

* not on git
pull/31171/head
Justin Newberry 1 year ago committed by GitHub
parent 35374f4d57
commit 3b618c4dfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 14
      poetry.lock
  2. 2
      pyproject.toml

14
poetry.lock generated

@ -2178,8 +2178,10 @@ version = "0.4.2.2"
description = "An open-ended driving simulator with infinite scenes" description = "An open-ended driving simulator with infinite scenes"
optional = false optional = false
python-versions = ">=3.6, <3.12" python-versions = ">=3.6, <3.12"
files = [] files = [
develop = false {file = "metadrive-simulator-0.4.2.2.tar.gz", hash = "sha256:dcce9f9c73b6055e70480af8543058b95e8c4f68d2595107f3ef36c9be03f6bb"},
{file = "metadrive_simulator-0.4.2.2-py3-none-any.whl", hash = "sha256:165ba0b5275313a71090ba0e73d51b7b5e05391b071d3a2114d999ac9287d150"},
]
[package.dependencies] [package.dependencies]
filelock = "*" filelock = "*"
@ -2210,12 +2212,6 @@ cuda = ["PyOpenGL (==3.1.6)", "PyOpenGL-accelerate (==3.1.6)", "cuda-python (==1
gym = ["gym (>=0.19.0,<=0.26.0)"] gym = ["gym (>=0.19.0,<=0.26.0)"]
ros = ["zmq"] ros = ["zmq"]
[package.source]
type = "git"
url = "https://github.com/metadriverse/metadrive.git"
reference = "main"
resolved_reference = "bc162e1b423bd194a58ef2269103f1bcea5f53c7"
[[package]] [[package]]
name = "mouseinfo" name = "mouseinfo"
version = "0.1.3" version = "0.1.3"
@ -7791,4 +7787,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "~3.11" python-versions = "~3.11"
content-hash = "80980e271850e99a5b9005dda4b25a822a4d2b15ba152697c5fb692be4b3bb13" content-hash = "4f771435666b64f677d7dd2b4c9b4ec4bbe6fcbb004d13f19e0e79ae138c92b9"

@ -126,7 +126,7 @@ inputs = "*"
Jinja2 = "*" Jinja2 = "*"
lru-dict = "*" lru-dict = "*"
matplotlib = "*" matplotlib = "*"
metadrive-simulator = { git = "https://github.com/metadriverse/metadrive.git", rev ="main", markers = "platform_machine != 'aarch64'" } # no linux/aarch64 wheels for certain dependencies metadrive-simulator = { version = "0.4.2.2", markers = "platform_machine != 'aarch64'" } # no linux/aarch64 wheels for certain dependencies
mpld3 = "*" mpld3 = "*"
mypy = "*" mypy = "*"
myst-parser = "*" myst-parser = "*"

Loading…
Cancel
Save