From 6c1f85e456b28a580a8c4c95fcb8e1b9323bd7ac Mon Sep 17 00:00:00 2001
From: Lizerui9926 <110582652+Lizerui9926@users.noreply.github.com>
Date: 星期四, 16 三月 2023 14:46:34 +0800
Subject: [PATCH] Merge pull request #244 from alibaba-damo-academy/dev_sx

---
 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