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", ], ) )