mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
typeguard==2.13.3
This commit is contained in:
parent
6001cffa9c
commit
34c068d015
@ -13,7 +13,7 @@ def get_readme():
|
|||||||
|
|
||||||
|
|
||||||
MODULE_NAME = 'funasr_onnx'
|
MODULE_NAME = 'funasr_onnx'
|
||||||
VERSION_NUM = '0.1.0'
|
VERSION_NUM = '0.1.1'
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name=MODULE_NAME,
|
name=MODULE_NAME,
|
||||||
@ -31,7 +31,7 @@ setuptools.setup(
|
|||||||
"onnxruntime>=1.7.0",
|
"onnxruntime>=1.7.0",
|
||||||
"scipy",
|
"scipy",
|
||||||
"numpy>=1.19.3",
|
"numpy>=1.19.3",
|
||||||
"typeguard",
|
"typeguard==2.13.3",
|
||||||
"kaldi-native-fbank",
|
"kaldi-native-fbank",
|
||||||
"PyYAML>=5.1.2",
|
"PyYAML>=5.1.2",
|
||||||
"funasr",
|
"funasr",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user