From 20c0e128c00601edb7e46089c1e32672f353c52e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sat, 21 Sep 2024 21:52:12 +0200 Subject: [PATCH] fix(sycl): downgrade pypinyin melotts requires pypinyin 0.50 Signed-off-by: Ettore Di Giacinto --- backend/python/openvoice/requirements-intel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/openvoice/requirements-intel.txt b/backend/python/openvoice/requirements-intel.txt index cea7de0b..a9a4cc20 100644 --- a/backend/python/openvoice/requirements-intel.txt +++ b/backend/python/openvoice/requirements-intel.txt @@ -15,7 +15,7 @@ unidecode==1.3.7 whisper-timestamped==1.15.4 openai python-dotenv -pypinyin==0.53.0 +pypinyin==0.50.0 cn2an==0.5.22 jieba==0.42.1 gradio==4.38.1