From 1098d8685d0501da19cc297915b8bff1d9bce7d1 Mon Sep 17 00:00:00 2001
From: hnluo <haoneng.lhn@alibaba-inc.com>
Date: 星期四, 29 六月 2023 11:08:15 +0800
Subject: [PATCH] Delete infer_after_finetune.py

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

diff --git a/setup.py b/setup.py
index ea55606..994b088 100644
--- a/setup.py
+++ b/setup.py
@@ -17,10 +17,10 @@
         "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",
+        "soundfile>=0.11.0",
         "h5py>=2.10.0",
         "kaldiio>=2.17.0",
         "torch_complex",
@@ -81,7 +81,7 @@
         # "gtn==0.0.0",
     ],
     "setup": [
-        "numpy<=1.21.3",
+        "numpy",
         "pytest-runner",
     ],
     "test": [

--
Gitblit v1.9.1