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 | 64 ++++++++++++++++++--------------
1 files changed, 36 insertions(+), 28 deletions(-)
diff --git a/setup.py b/setup.py
index ac5960d..f13a2c2 100644
--- a/setup.py
+++ b/setup.py
@@ -12,55 +12,63 @@
requirements = {
"install": [
"setuptools>=38.5.1",
- "configargparse>=1.2.1",
- "typeguard>=2.7.0",
+ # "configargparse>=1.2.1",
+ "typeguard==2.13.3",
"humanfriendly",
"scipy>=1.4.1",
- "filelock",
- "librosa>=0.8.0",
+ # "filelock",
+ "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",
"nltk>=3.4.5",
# ASR
"sentencepiece",
- "ctc-segmentation<1.8,>=1.6.6",
+ # "ctc-segmentation<1.8,>=1.6.6",
# TTS
- "pyworld>=0.2.10",
+ # "pyworld>=0.2.10",
"pypinyin<=0.44.0",
"espnet_tts_frontend",
# ENH
- "ci_sdr",
+ # "ci_sdr",
"pytorch_wpe",
- "editdistance==0.5.2",
- "tensorboard>=1.14",
+ "editdistance>=0.5.2",
+ "tensorboard==1.15",
"g2p",
+ # PAI
+ "oss2",
+ # "kaldi-native-fbank",
+ # timestamp
+ "edit-distance",
+ # textgrid
+ "textgrid",
+ "protobuf==3.20.0",
],
# train: The modules invoked when training only.
"train": [
- "pillow>=6.1.0",
+ # "pillow>=6.1.0",
"editdistance==0.5.2",
"wandb",
],
- # recipe: The modules actually are not invoked in the main module of espnet,
+ # recipe: The modules actually are not invoked in the main module of funasr,
# but are invoked for the python scripts in each recipe
"recipe": [
"espnet_model_zoo",
- "gdown",
- "resampy",
- "pysptk>=0.1.17",
- "morfessor", # for zeroth-korean
- "youtube_dl", # for laborotv
- "nnmnkwii",
- "museval>=0.2.1",
- "pystoi>=0.2.2",
- "mir-eval>=0.6",
- "fastdtw",
- "nara_wpe>=0.0.5",
- "sacrebleu>=1.5.1",
+ # "gdown",
+ # "resampy",
+ # "pysptk>=0.1.17",
+ # "morfessor", # for zeroth-korean
+ # "youtube_dl", # for laborotv
+ # "nnmnkwii",
+ # "museval>=0.2.1",
+ # "pystoi>=0.2.2",
+ # "mir-eval>=0.6",
+ # "fastdtw",
+ # "nara_wpe>=0.0.5",
+ # "sacrebleu>=1.5.1",
],
# all: The modules should be optionally installled due to some reason.
# Please consider moving them to "install" occasionally
@@ -70,10 +78,10 @@
"torch_optimizer",
"fairscale",
"transformers",
- "gtn==0.0.0",
+ # "gtn==0.0.0",
],
"setup": [
- "numpy<=1.21.3",
+ "numpy",
"pytest-runner",
],
"test": [
@@ -118,7 +126,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(),
@@ -130,7 +138,7 @@
setup_requires=setup_requires,
tests_require=tests_require,
extras_require=extras_require,
- python_requires=">=3.6.0",
+ python_requires=">=3.7.0",
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
--
Gitblit v1.9.1