From f96fbc891d6cf856215f77339214deb3d9368810 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 26 Dec 2022 13:57:57 +0800 Subject: [PATCH] fix paddlenlp's version (#2764) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3e5e728..3b58adf3 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ base = [ "onnxruntime==1.11.0", "opencc", "pandas", - "paddlenlp>=2.4.3", + "paddlenlp>=2.4.3, <=2.4.5", "paddlespeech_feat", "Pillow>=9.0.0", "praatio==5.0.0", -- GitLab