From 54931dd4e1a099d7d6f144c4e12e5453deb3aa26 Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期三, 28 六月 2023 10:41:57 +0800
Subject: [PATCH] Merge branch 'main' of https://github.com/alibaba-damo-academy/FunASR into main
---
setup.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/setup.py b/setup.py
index ed891af..f13a2c2 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@
"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",
@@ -35,7 +35,7 @@
# ENH
# "ci_sdr",
"pytorch_wpe",
- "editdistance==0.5.2",
+ "editdistance>=0.5.2",
"tensorboard==1.15",
"g2p",
# PAI
@@ -81,7 +81,7 @@
# "gtn==0.0.0",
],
"setup": [
- "numpy<=1.21.3",
+ "numpy",
"pytest-runner",
],
"test": [
--
Gitblit v1.9.1