From 90df521874294718fdaee87880919b0f0f449137 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 30 Jan 2023 09:08:47 +0000 Subject: [PATCH] rm protobuf in setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index b28ba0497..ca03b70e3 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,6 @@ base = [ "paddlespeech_feat", "Pillow>=9.0.0", "praatio==5.0.0", - "protobuf>=3.1.0, <=3.20.2", "pypinyin<=0.44.0", "pypinyin-dict", "python-dateutil",