From 10477c3606fe944f650ac02b06110bb837c0fef4 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Mon, 26 Dec 2022 03:14:54 +0000 Subject: [PATCH] fix paddlenlp's version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3e5e728811..3b58adf330d 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ "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",