update hud in agent pyproject.toml

This commit is contained in:
bowman
2025-10-06 20:24:21 -07:00
parent 2daa6a9df8
commit 1fe41d57f4

View File

@@ -68,7 +68,7 @@ cli = [
"yaspin>=3.1.0",
]
hud = [
"hud-python==0.4.26",
"hud-python==0.4.52",
]
all = [
# uitars requirements
@@ -88,7 +88,7 @@ all = [
# cli requirements
"yaspin>=3.1.0",
# hud requirements
"hud-python==0.4.26",
"hud-python==0.4.52",
]
[tool.uv]