From 2cd86734936847cd9f69a0e01e3477df2d98ea8e Mon Sep 17 00:00:00 2001
From: Yabin Li <wucong.lyb@alibaba-inc.com>
Date: 星期二, 26 九月 2023 20:13:34 +0800
Subject: [PATCH] Update SDK_tutorial_online_zh.md
---
setup.py | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/setup.py b/setup.py
index bf82d89..ac2a76c 100644
--- a/setup.py
+++ b/setup.py
@@ -17,13 +17,10 @@
"jamo", # For kss
"PyYAML>=5.1.2",
"soundfile>=0.12.1",
- "h5py>=2.10.0",
+ "h5py>=3.1.0",
"kaldiio>=2.17.0",
- "kaldi-io==0.9.8",
"torch_complex",
"nltk>=3.4.5",
- "onnxruntime",
- "numexpr",
# ASR
"sentencepiece",
"jieba",
@@ -37,12 +34,12 @@
"tensorboard",
"g2p",
"nara_wpe",
- "Cython",
# PAI
"oss2",
"edit-distance",
"textgrid",
"protobuf",
+ "tqdm",
],
# train: The modules invoked when training only.
"train": [
--
Gitblit v1.9.1