游雁
2023-06-19 34c068d0157ab646dfd993c397981c6b7cb5420f
typeguard==2.13.3
1个文件已修改
4 ■■■■ 已修改文件
funasr/runtime/python/onnxruntime/setup.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/runtime/python/onnxruntime/setup.py
@@ -13,7 +13,7 @@
MODULE_NAME = 'funasr_onnx'
VERSION_NUM = '0.1.0'
VERSION_NUM = '0.1.1'
setuptools.setup(
    name=MODULE_NAME,
@@ -31,7 +31,7 @@
                      "onnxruntime>=1.7.0",
                      "scipy",
                      "numpy>=1.19.3",
                      "typeguard",
                      "typeguard==2.13.3",
                      "kaldi-native-fbank",
                      "PyYAML>=5.1.2",
                      "funasr",