From 33190ac4cbdd09aa5c8bc548c3db1c7c9dc31ac6 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 13 Mar 2023 15:21:58 +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 970cb984..ffe4d5f3 100644 --- a/setup.py +++ b/setup.py @@ -64,7 +64,7 @@ base = [ "sacrebleu", "textgrid", "timer", - "ToJyutping", + "ToJyutping==0.2.1", "typeguard", "webrtcvad", "yacs~=0.1.8", -- GitLab