From caeade5169884039b750e01596ca768593fb2ff4 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 30 Jan 2023 08:57:36 +0000 Subject: [PATCH] fix protobuf version to match paddlepaddle develop --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 212d3b109..b28ba0497 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ base = [ "paddlespeech_feat", "Pillow>=9.0.0", "praatio==5.0.0", - "protobuf>=3.1.0, <=3.20.0", + "protobuf>=3.1.0, <=3.20.2", "pypinyin<=0.44.0", "pypinyin-dict", "python-dateutil",