From 963e5903fc652c499ee5acf07cf2465e6165599e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 18 Oct 2024 19:36:55 +0200 Subject: [PATCH] chore(deps): downgrade networkx Signed-off-by: Ettore Di Giacinto --- backend/python/openvoice/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/python/openvoice/requirements.txt b/backend/python/openvoice/requirements.txt index 9cc35b88..259461eb 100644 --- a/backend/python/openvoice/requirements.txt +++ b/backend/python/openvoice/requirements.txt @@ -13,8 +13,8 @@ openai python-dotenv pypinyin cn2an==0.5.22 -networkx==3.4.1 +networkx==2.8.8 jieba==0.42.1 gradio langid==1.1.6 -llvmlite==0.43.0 \ No newline at end of file +llvmlite==0.43.0