From cc73f4504e76e05db0b86fe9bc37f0601c55deed Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Fri, 8 Aug 2025 19:29:16 -0400 Subject: [PATCH] add optional dep --- libs/python/agent/pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/python/agent/pyproject.toml b/libs/python/agent/pyproject.toml index 75f8159a..b4580fbd 100644 --- a/libs/python/agent/pyproject.toml +++ b/libs/python/agent/pyproject.toml @@ -47,6 +47,9 @@ ui = [ cli = [ "yaspin>=3.1.0", ] +hud = [ + "hud-python==0.2.10", +] all = [ # omni requirements "ultralytics>=8.0.0", @@ -59,6 +62,8 @@ all = [ "python-dotenv>=1.0.1", # cli requirements "yaspin>=3.1.0", + # hud requirements + "hud-python==0.2.10", ] [tool.uv]