From 13e8e6b6d182ef8ed0b69f2a475c4211c72898e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=98=A5=E4=B9=94?= <83450930+Liyulingyue@users.noreply.github.com> Date: Fri, 17 Jan 2025 04:50:31 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 59a3e7db1..4c284a559 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ base = [ "praatio>=5.0.0, <=5.1.1", "prettytable", "pydantic>=1.10.14, <2.0", - "pypinyin<=0.44.0", + "pypinyin", "pypinyin-dict", "python-dateutil", "pyworld>=0.2.12",