From 4dc3a1b011e1e72eb737417b8e0e0bec7a7e3a6e Mon Sep 17 00:00:00 2001
From: aky15 <ankeyu.aky@11.17.44.249>
Date: 星期二, 21 三月 2023 15:12:21 +0800
Subject: [PATCH] resolve conflict
---
setup.py | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 087d90d..6bb3ac3 100644
--- a/setup.py
+++ b/setup.py
@@ -13,11 +13,11 @@
"install": [
"setuptools>=38.5.1",
# "configargparse>=1.2.1",
- "typeguard>=2.7.0",
+ "typeguard==2.13.3",
"humanfriendly",
"scipy>=1.4.1",
# "filelock",
- "librosa>=0.8.0",
+ "librosa==0.8.1",
"jamo==0.4.1", # For kss
"PyYAML>=5.1.2",
"soundfile>=0.10.2",
@@ -41,6 +41,8 @@
# PAI
"oss2",
"kaldi-native-fbank",
+ # timestamp
+ "edit-distance"
],
# train: The modules invoked when training only.
"train": [
--
Gitblit v1.9.1