Skip to content

Commit 8ffe3f2

Browse files
authored
fix: openpilot build on ubuntu aarch64 (#36675)
breaks on linux
1 parent 749e236 commit 8ffe3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ dev = [
125125

126126
tools = [
127127
"metadrive-simulator @ https://github.com/commaai/metadrive/releases/download/MetaDrive-minimal-0.4.2.4/metadrive_simulator-0.4.2.4-py3-none-any.whl ; (platform_machine != 'aarch64')",
128-
"dearpygui>=2.1.0",
128+
"dearpygui>=2.1.0; (sys_platform != 'linux' or platform_machine != 'aarch64')", # not vended for linux aarch64
129129
]
130130

131131
[project.urls]

0 commit comments

Comments
 (0)