From 9c425d55f6fe1b8656e90dd3762b065c9282f150 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 18 Oct 2024 18:21:48 +0200 Subject: [PATCH] chore(deps): pin networkx (#3878) Signed-off-by: Ettore Di Giacinto --- backend/python/openvoice/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/python/openvoice/requirements.txt b/backend/python/openvoice/requirements.txt index ff463748d466..9cc35b884e06 100644 --- a/backend/python/openvoice/requirements.txt +++ b/backend/python/openvoice/requirements.txt @@ -13,6 +13,7 @@ openai python-dotenv pypinyin cn2an==0.5.22 +networkx==3.4.1 jieba==0.42.1 gradio langid==1.1.6