From 27c74180af9c3e4a0ac20819d87309e10b2e7e86 Mon Sep 17 00:00:00 2001
From: onlybetheone <iriszhangchong@gmail.com>
Date: 星期四, 29 十二月 2022 11:25:37 +0800
Subject: [PATCH] add "pynini==2.1.5" into setup.py
---
setup.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/setup.py b/setup.py
index 05db779..767b3da 100644
--- a/setup.py
+++ b/setup.py
@@ -38,6 +38,8 @@
"editdistance==0.5.2",
"tensorboard>=1.14",
"g2p",
+ # ITN
+ "pynini==2.1.5",
],
# train: The modules invoked when training only.
"train": [
--
Gitblit v1.9.1