From c13527b6d7d50e41b3eccd58cc2b19c5ae670e04 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Mon, 31 Jul 2023 14:19:27 +0800 Subject: [PATCH] Fix arm py3.11 install paddle-bfloat --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 499a27d797631d..20fe3911f8a9a4 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -5,5 +5,5 @@ protobuf>=3.1.0, <=3.20.2 ; platform_system == "Windows" Pillow decorator astor -paddle_bfloat==0.1.7 +paddle_bfloat==0.1.7 ; platform_machine != "aarch64" opt_einsum==3.3.0