From 697860a01f4e82135485c60ebe26869307bafff7 Mon Sep 17 00:00:00 2001
From: Yabin Li <wucong.lyb@alibaba-inc.com>
Date: 星期四, 16 三月 2023 16:53:45 +0800
Subject: [PATCH] Merge pull request #245 from dyyzhmm/main
---
setup.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/setup.py b/setup.py
index 087d90d..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",
@@ -41,6 +41,8 @@
# PAI
"oss2",
"kaldi-native-fbank",
+ # timestamp
+ "edit-distance"
],
# train: The modules invoked when training only.
"train": [
--
Gitblit v1.9.1