disable metadrive on linux/aarch64 (#29802)

old-commit-hash: 2487db14b0
test-msgs
Kacper Rączy 2 years ago committed by GitHub
parent e468072f1f
commit 2092a38bde
  1. 4
      poetry.lock
  2. 2
      pyproject.toml

4
poetry.lock generated

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:bdd261dc510e483c3d473ff27bfd6fef018377cb93a7012591adf8d6395f3af6 oid sha256:67782a76e85d8c34a5788be14f8c89dcab1db5dfacf2a1d7ba249655a1adffcb
size 437636 size 438592

@ -128,7 +128,7 @@ inputs = "*"
lru-dict = "*" lru-dict = "*"
markdown-it-py = "*" markdown-it-py = "*"
matplotlib = "*" matplotlib = "*"
metadrive-simulator = { git = "https://github.com/metadriverse/metadrive.git", rev ="51d4393f3b3574fd0e79ed04eae0081f8447ca72" } metadrive-simulator = { git = "https://github.com/metadriverse/metadrive.git", rev ="51d4393f3b3574fd0e79ed04eae0081f8447ca72", markers = "platform_machine != 'aarch64'" } # no linux/aarch64 wheels for certain dependencies
mpld3 = "*" mpld3 = "*"
mypy = "*" mypy = "*"
myst-parser = "*" myst-parser = "*"

Loading…
Cancel
Save