游雁 2 лет назад
Родитель
Сommit
34c068d015
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      funasr/runtime/python/onnxruntime/setup.py

+ 2 - 2
funasr/runtime/python/onnxruntime/setup.py

@@ -13,7 +13,7 @@ def get_readme():
 
 
 MODULE_NAME = 'funasr_onnx'
-VERSION_NUM = '0.1.0'
+VERSION_NUM = '0.1.1'
 
 setuptools.setup(
     name=MODULE_NAME,
@@ -31,7 +31,7 @@ setuptools.setup(
                       "onnxruntime>=1.7.0",
                       "scipy",
                       "numpy>=1.19.3",
-                      "typeguard",
+                      "typeguard==2.13.3",
                       "kaldi-native-fbank",
                       "PyYAML>=5.1.2",
                       "funasr",