From 65e68a9fc719d57f425cb5aa2e884768303396f8 Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期一, 26 六月 2023 17:23:48 +0800
Subject: [PATCH] fix funasr-onnx-offline-rtf's log

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

diff --git a/setup.py b/setup.py
index 0e787ab..5b49d06 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@
         # ENH
         # "ci_sdr",
         "pytorch_wpe",
-        "editdistance==0.5.2",
+        "editdistance>=0.5.2",
         "tensorboard==1.15",
         "g2p",
         # PAI

--
Gitblit v1.9.1