From 3c7909a9f9744aeedfef15942cdc00abf890cb9f Mon Sep 17 00:00:00 2001
From: nichongjia-2007 <57480507+nichongjia-2007@users.noreply.github.com>
Date: 星期五, 21 七月 2023 09:28:01 +0800
Subject: [PATCH] Merge pull request #761 from alibaba-damo-academy/dev_add_english_paraformer

---
 setup.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 30e1f1a..9c36dd0 100644
--- a/setup.py
+++ b/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",
     ],
-)
\ No newline at end of file
+)

--
Gitblit v1.9.1