未验证 提交 b5764e9f 编写于 作者: 小湉湉's avatar 小湉湉 提交者: GitHub

[Install]rm protobuf in setup.py (#2853)

* rm protobuf in setup.py && rm audio's dependances in setup.py
上级 31c2c226
...@@ -43,7 +43,7 @@ base = [ ...@@ -43,7 +43,7 @@ base = [
"scipy>=1.0.0", "scipy>=1.0.0",
"soundfile~=0.10", "soundfile~=0.10",
"colorlog", "colorlog",
"pathos == 0.2.8", "pathos==0.2.8",
"pybind11", "pybind11",
"parameterized", "parameterized",
"tqdm", "tqdm",
......
braceexpand braceexpand
colorlog
editdistance editdistance
fastapi fastapi
g2p_en g2p_en
...@@ -16,7 +15,7 @@ matplotlib ...@@ -16,7 +15,7 @@ matplotlib
myst-parser myst-parser
nara_wpe nara_wpe
numpydoc numpydoc
onnxruntime==1.10.0 onnxruntime>=1.11.0
opencc opencc
paddlenlp paddlenlp
# use paddlepaddle == 2.3.* according to: https://github.com/PaddlePaddle/Paddle/issues/48243 # use paddlepaddle == 2.3.* according to: https://github.com/PaddlePaddle/Paddle/issues/48243
...@@ -24,7 +23,6 @@ paddlepaddle>=2.2.2,<2.4.0 ...@@ -24,7 +23,6 @@ paddlepaddle>=2.2.2,<2.4.0
paddlespeech_ctcdecoders paddlespeech_ctcdecoders
paddlespeech_feat paddlespeech_feat
pandas pandas
pathos==0.2.8
pattern_singleton pattern_singleton
Pillow>=9.0.0 Pillow>=9.0.0
ppdiffusers>=0.9.0 ppdiffusers>=0.9.0
......
...@@ -53,7 +53,6 @@ base = [ ...@@ -53,7 +53,6 @@ base = [
"paddlespeech_feat", "paddlespeech_feat",
"Pillow>=9.0.0", "Pillow>=9.0.0",
"praatio==5.0.0", "praatio==5.0.0",
"protobuf>=3.1.0, <=3.20.0",
"pypinyin<=0.44.0", "pypinyin<=0.44.0",
"pypinyin-dict", "pypinyin-dict",
"python-dateutil", "python-dateutil",
...@@ -72,12 +71,9 @@ base = [ ...@@ -72,12 +71,9 @@ base = [
"yacs~=0.1.8", "yacs~=0.1.8",
"prettytable", "prettytable",
"zhon", "zhon",
"colorlog",
"pathos==0.2.8",
"braceexpand", "braceexpand",
"pyyaml", "pyyaml",
"pybind11", "paddleslim>=2.3.4",
"paddleslim==2.3.4",
"paddleaudio>=1.0.2", "paddleaudio>=1.0.2",
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册