From 5bad437f47b6c168d90c88dcaf6a12a1b1bf04ca Mon Sep 17 00:00:00 2001 From: Dillon DuPont Date: Wed, 22 Oct 2025 16:18:19 -0700 Subject: [PATCH] add qwen3 vl requirements to pyproj --- libs/python/agent/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/python/agent/pyproject.toml b/libs/python/agent/pyproject.toml index 02f2bfa4..37913555 100644 --- a/libs/python/agent/pyproject.toml +++ b/libs/python/agent/pyproject.toml @@ -104,6 +104,10 @@ all = [ "hud-python==0.4.52", # gemini requirements "google-genai>=1.41.0", + # qwen requirements + "qwen-vl-utils", + "qwen-agent", + "Pillow>=10.0.0", ] [tool.uv]