updated docs

This commit is contained in:
Dillon DuPont
2025-08-27 17:44:04 -04:00
parent 38026a43f0
commit 8dee77bf68
2 changed files with 23 additions and 25 deletions

View File

@@ -55,7 +55,7 @@ cli = [
"yaspin>=3.1.0",
]
hud = [
"hud-python==0.2.10",
"hud-python>=0.4.12,<0.5.0",
]
all = [
# omni requirements
@@ -72,7 +72,7 @@ all = [
# cli requirements
"yaspin>=3.1.0",
# hud requirements
"hud-python==0.2.10",
"hud-python>=0.4.12,<0.5.0",
]
[tool.uv]