From e7012f1a94d86a1b92a583b8b35b762ea483afcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E9=91=AB?= Date: Tue, 16 Sep 2025 20:32:46 +0800 Subject: [PATCH] Replace the text normalization library --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02001af..dfb3399 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "gradio", "inflect", "addict", - "WeTextProcessing", + "wetext", "modelscope>=1.22.0", "datasets>=2,<4", "huggingface-hub",