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 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index ed891af..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
@@ -81,7 +81,7 @@
         # "gtn==0.0.0",
     ],
     "setup": [
-        "numpy<=1.21.3",
+        "numpy",
         "pytest-runner",
     ],
     "test": [

--
Gitblit v1.9.1