From 6765ed6a0a0bf6bf8326ce5b5736f30b6578c901 Mon Sep 17 00:00:00 2001 From: yujun <50394665+JunnYu@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:49:10 +0800 Subject: [PATCH] [Fix] Update the numpy version to 1.xx, as there may be issues with numpy 2.xx (#8852) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 71fee6049318..0e8341ca66e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,3 +24,4 @@ tool_helpers aistudio-sdk>=0.1.3 jinja2 regex +numpy<=1.26.4