From 24f73665e2d8ea8e4de2fe4f900bc539d7f7b989 Mon Sep 17 00:00:00 2001
From: hnluo <haoneng.lhn@alibaba-inc.com>
Date: 星期一, 17 四月 2023 15:49:45 +0800
Subject: [PATCH] Merge pull request #367 from alibaba-damo-academy/dev_lhn2
---
setup.py | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index e6b9d38..6deaf9c 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@
"install": [
"setuptools>=38.5.1",
# "configargparse>=1.2.1",
- "typeguard>=2.7.0",
+ "typeguard<=2.13.3",
"humanfriendly",
"scipy>=1.4.1",
# "filelock",
@@ -41,6 +41,8 @@
# PAI
"oss2",
"kaldi-native-fbank",
+ # timestamp
+ "edit-distance"
],
# train: The modules invoked when training only.
"train": [
@@ -121,7 +123,7 @@
name="funasr",
version=version,
url="https://github.com/alibaba-damo-academy/FunASR.git",
- author="Speech Lab, Alibaba Group, China",
+ author="Speech Lab of DAMO Academy, Alibaba Group",
author_email="funasr@list.alibaba-inc.com",
description="FunASR: A Fundamental End-to-End Speech Recognition Toolkit",
long_description=open(os.path.join(dirname, "README.md"), encoding="utf-8").read(),
--
Gitblit v1.9.1