diff --git a/docs/requirements.txt b/docs/requirements.txt index bf1486c5..d6e27e22 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ librosa==0.8.1 loguru matplotlib nara_wpe -onnxruntime +onnxruntime==1.10.0 pandas paddlenlp paddlespeech_feat diff --git a/setup.py b/setup.py index 1cc82fa7..c1be724f 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ base = [ "loguru", "matplotlib", "nara_wpe", - "onnxruntime", + "onnxruntime==1.10.0", "pandas", "paddlenlp", "paddlespeech_feat",