nichongjia-2007
2023-07-20 ef475d03152017338a27482dfbdb2c8e469d441a
setup.py
@@ -11,7 +11,6 @@
requirements = {
    "install": [
        "setuptools>=38.5.1",
        "typeguard>=3.0.1",
        "humanfriendly",
        "scipy>=1.4.1",
        "librosa",
@@ -24,6 +23,7 @@
        "nltk>=3.4.5",
        # ASR
        "sentencepiece",
        "jieba",
        # TTS
        "pypinyin>=0.44.0",
        "espnet_tts_frontend",
@@ -123,4 +123,4 @@
        "License :: OSI Approved :: Apache Software License",
        "Topic :: Software Development :: Libraries :: Python Modules",
    ],
)
)