diff --git a/setup.py b/setup.py index e55f8454..4f6d10d7 100644 --- a/setup.py +++ b/setup.py @@ -44,8 +44,9 @@ base = [ "loguru", "matplotlib", "nara_wpe", - "onnxruntime==1.11.0", + "onnxruntime>=1.11.0", "opencc", + "opencc-python-reimplemented", "pandas", "paddlenlp>=2.4.8", "paddlespeech_feat",