From de213d0f2b67e939e204938398d2331746033b24 Mon Sep 17 00:00:00 2001 From: Yang Date: Thu, 18 Jun 2020 10:39:10 +0800 Subject: [PATCH] !2266 update numpy version in requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2f3516ad1b..32fc647364 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy >= 1.17.0 +numpy >= 1.17.0, <= 1.17.5 protobuf >= 3.8.0 asttokens >= 1.1.13 pillow >= 6.2.0 @@ -12,4 +12,4 @@ setuptools >= 40.8.0 matplotlib >= 3.1.3 # for ut test opencv-python >= 4.2.0.32 # for ut test sklearn >= 0.0 # for st test -pandas >= 1.0.2 # for ut test +pandas >= 1.0.2 # for ut test \ No newline at end of file