mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 00:03:45 +08:00
disable metadrive on linux/aarch64 (#29802)
old-commit-hash: 2487db14b06df91d43d277c4e4a35cce2baa1bc6
This commit is contained in:
Generated
+2
-2
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bdd261dc510e483c3d473ff27bfd6fef018377cb93a7012591adf8d6395f3af6
|
||||
size 437636
|
||||
oid sha256:67782a76e85d8c34a5788be14f8c89dcab1db5dfacf2a1d7ba249655a1adffcb
|
||||
size 438592
|
||||
|
||||
+1
-1
@@ -128,7 +128,7 @@ inputs = "*"
|
||||
lru-dict = "*"
|
||||
markdown-it-py = "*"
|
||||
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 = "*"
|
||||
mypy = "*"
|
||||
myst-parser = "*"
|
||||
|
||||
Reference in New Issue
Block a user