Merge pull request #2220 from yt605155624/fix_onnxversion

[setup]fix version of onnxruntime
pull/2229/head
TianYuan 2 years ago committed by GitHub
commit bb7f2a1018
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ librosa==0.8.1
loguru
matplotlib
nara_wpe
onnxruntime
onnxruntime==1.10.0
pandas
paddlenlp
paddlespeech_feat

@ -44,7 +44,7 @@ base = [
"loguru",
"matplotlib",
"nara_wpe",
"onnxruntime",
"onnxruntime==1.10.0",
"pandas",
"paddlenlp",
"paddlespeech_feat",

Loading…
Cancel
Save