From c506a5f67eef7a1dd4b7bff2dcd2abbad74a3ad2 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期二, 27 六月 2023 16:57:13 +0800
Subject: [PATCH] sdk utils
---
setup.py | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/setup.py b/setup.py
index e837637..f13a2c2 100644
--- a/setup.py
+++ b/setup.py
@@ -13,14 +13,14 @@
"install": [
"setuptools>=38.5.1",
# "configargparse>=1.2.1",
- "typeguard<=2.13.3",
+ "typeguard==2.13.3",
"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",
@@ -35,14 +35,17 @@
# ENH
# "ci_sdr",
"pytorch_wpe",
- "editdistance==0.5.2",
+ "editdistance>=0.5.2",
"tensorboard==1.15",
"g2p",
# PAI
"oss2",
# "kaldi-native-fbank",
# timestamp
- "edit-distance"
+ "edit-distance",
+ # textgrid
+ "textgrid",
+ "protobuf==3.20.0",
],
# train: The modules invoked when training only.
"train": [
@@ -78,7 +81,7 @@
# "gtn==0.0.0",
],
"setup": [
- "numpy<=1.21.3",
+ "numpy",
"pytest-runner",
],
"test": [
--
Gitblit v1.9.1