From c6a5da901e688bb16a8737977f834c017e9dec74 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 07:44:26 +0800 Subject: [PATCH 1/2] Apply suggestions from code review --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c284a559..08ee2e5ba 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", + "pypinyin>0.44.0", "pypinyin-dict", "python-dateutil", "pyworld>=0.2.12", From 2b3ecb15decc5375bb593fc157e4b61191740c2e 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 07:44:42 +0800 Subject: [PATCH 2/2] Apply suggestions from code review --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 08ee2e5ba..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",