From 29a25b8c9f09e3472a81121870e6f5f1ac54800c Mon Sep 17 00:00:00 2001 From: TianYuan Date: Wed, 13 Jul 2022 05:08:43 +0000 Subject: [PATCH] fix protobuf version --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a3ef753a..c90d037e 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,7 @@ base = [ "paddlespeech_feat", "Pillow>=9.0.0" "praatio==5.0.0", + "protobuf>=3.1.0, <=3.20.0", "pypinyin", "pypinyin-dict", "python-dateutil", -- GitLab