We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749e236 commit 8ffe3f2Copy full SHA for 8ffe3f2
pyproject.toml
@@ -125,7 +125,7 @@ dev = [
125
126
tools = [
127
"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",
+ "dearpygui>=2.1.0; (sys_platform != 'linux' or platform_machine != 'aarch64')", # not vended for linux aarch64
129
]
130
131
[project.urls]
0 commit comments