From 1eb7d6a3db0ecdb56e7b7ecde33a3b160b0046d4 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 16 三月 2023 19:26:37 +0800
Subject: [PATCH] Merge branch 'main' of github.com:alibaba-damo-academy/FunASR add
---
setup.py | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 67206f5..c854769 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@
"humanfriendly",
"scipy>=1.4.1",
# "filelock",
- "librosa>=0.8.0",
+ "librosa==0.8.1",
"jamo==0.4.1", # For kss
"PyYAML>=5.1.2",
"soundfile>=0.10.2",
@@ -39,7 +39,10 @@
"tensorboard==1.15",
"g2p",
# PAI
- "oss2"
+ "oss2",
+ "kaldi-native-fbank",
+ # timestamp
+ "edit-distance"
],
# train: The modules invoked when training only.
"train": [
--
Gitblit v1.9.1