From 81acb17544a05424dff0ef74f3aeb2ce9866ba6a Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期三, 06 十二月 2023 19:54:37 +0800
Subject: [PATCH] update with main (#1152)

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

diff --git a/setup.py b/setup.py
index 63beb5b..197f346 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@
         # "soundfile>=0.12.1",
         # "h5py>=3.1.0",
         "kaldiio>=2.17.0",
-        # "torch_complex",
+        "torch_complex",
         # "nltk>=3.4.5",
         # ASR
         "sentencepiece", # train
@@ -30,7 +30,7 @@
         # "pypinyin>=0.44.0",
         # "espnet_tts_frontend",
         # ENH
-        # "pytorch_wpe",
+        "pytorch_wpe",
         "editdistance>=0.5.2",
         "tensorboard",
         # "g2p",
@@ -43,6 +43,7 @@
         "tqdm",
         "hdbscan",
         "umap",
+        "jaconv",
     ],
     # train: The modules invoked when training only.
     "train": [

--
Gitblit v1.9.1