From 180be2ff9bc5035ecff6f23105df4ed756117f03 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Sun, 25 Jan 2026 04:29:49 -0800 Subject: [PATCH] Update qwen-tts dependency version in requirements.txt from 0.1.0 to 0.0.5 for compatibility improvements. --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index fb4277e6..a5ed251a 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -12,7 +12,7 @@ torch>=2.1.0 transformers>=4.36.0 accelerate>=0.26.0 huggingface_hub>=0.20.0 -qwen-tts>=0.1.0 +qwen-tts>=0.0.5 # Audio processing librosa>=0.10.0