From 3649c54afbc907115ac394d45cea571aa95d4464 Mon Sep 17 00:00:00 2001
From: 志浩 <neo.dzh@alibaba-inc.com>
Date: 星期四, 25 五月 2023 15:38:37 +0800
Subject: [PATCH] fix oov bug for sond inference

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

diff --git a/setup.py b/setup.py
index ea55606..ed891af 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@
         "humanfriendly",
         "scipy>=1.4.1",
         # "filelock",
-        "librosa==0.8.1",
+        "librosa",
         "jamo==0.4.1",  # For kss
         "PyYAML>=5.1.2",
         "soundfile>=0.10.2",

--
Gitblit v1.9.1