From 51f4131545c04fcf23770c5695f2e3f02334b88f 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:47:04 +0800 Subject: [PATCH] Apply suggestions from code review --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66e543794..35f109514 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ base = [ "praatio>=6.0.0", "prettytable", "pydantic", - "pypinyin", + "pypinyin<=0.44.0", "pypinyin-dict", "python-dateutil", "pyworld>=0.2.12",