From 03d4ce829814b4a7f57235fda049351c524ba32b Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期五, 17 三月 2023 14:06:56 +0800
Subject: [PATCH] Merge branch 'main' into dev_xw

---
 setup.py |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 087d90d..6bb3ac3 100644
--- a/setup.py
+++ b/setup.py
@@ -13,11 +13,11 @@
     "install": [
         "setuptools>=38.5.1",
         # "configargparse>=1.2.1",
-        "typeguard>=2.7.0",
+        "typeguard==2.13.3",
         "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