From 820bd7dd01840761941de0ac91595f96c07fa9de Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 14 Feb 2026 10:21:23 +0100 Subject: [PATCH] fix(ci): try to fix deps for l4t13 on qwen-* Signed-off-by: Ettore Di Giacinto --- backend/python/qwen-asr/requirements.txt | 3 +++ backend/python/qwen-tts/requirements.txt | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/backend/python/qwen-asr/requirements.txt b/backend/python/qwen-asr/requirements.txt index 9ce0da738..0eb590739 100644 --- a/backend/python/qwen-asr/requirements.txt +++ b/backend/python/qwen-asr/requirements.txt @@ -3,3 +3,6 @@ protobuf certifi packaging==24.1 setuptools +h11 +gradio +uvicorn \ No newline at end of file diff --git a/backend/python/qwen-tts/requirements.txt b/backend/python/qwen-tts/requirements.txt index 35844b11d..aae790ee8 100644 --- a/backend/python/qwen-tts/requirements.txt +++ b/backend/python/qwen-tts/requirements.txt @@ -4,4 +4,6 @@ certifi packaging==24.1 soundfile setuptools -six \ No newline at end of file +six +scipy +librosa \ No newline at end of file