From 81b76eb3cd30a226e8a97463a276060d384e9b61 Mon Sep 17 00:00:00 2001
From: hnluo <haoneng.lhn@alibaba-inc.com>
Date: 星期三, 07 六月 2023 17:37:48 +0800
Subject: [PATCH] Merge pull request #608 from zhaomingwork/for_ws_python_client

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

diff --git a/setup.py b/setup.py
index ea55606..0e787ab 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",
@@ -81,7 +81,7 @@
         # "gtn==0.0.0",
     ],
     "setup": [
-        "numpy<=1.21.3",
+        "numpy",
         "pytest-runner",
     ],
     "test": [

--
Gitblit v1.9.1