From 09ff7d4516128bfe1db8a81ca6de0d89ea55d88c Mon Sep 17 00:00:00 2001
From: 仁迷 <haoneng.lhn@alibaba-inc.com>
Date: 星期四, 23 二月 2023 16:28:05 +0800
Subject: [PATCH] fix uniasr decoding bug
---
funasr/runtime/python/onnxruntime/setup.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/funasr/runtime/python/onnxruntime/setup.py b/funasr/runtime/python/onnxruntime/setup.py
index 48e8bb0..f062500 100644
--- a/funasr/runtime/python/onnxruntime/setup.py
+++ b/funasr/runtime/python/onnxruntime/setup.py
@@ -29,7 +29,8 @@
include_package_data=True,
install_requires=["librosa", "onnxruntime>=1.7.0",
"scipy", "numpy>=1.19.3",
- "typeguard", "kaldi-native-fbank"],
+ "typeguard", "kaldi-native-fbank",
+ "PyYAML>=5.1.2"],
packages=[MODULE_NAME, f'{MODULE_NAME}.utils'],
keywords=[
'funasr,asr'
--
Gitblit v1.9.1