From d6e77ebf0fb1fe332d004fb043f3c6cd207b16ff Mon Sep 17 00:00:00 2001 From: wenmeng zhou Date: Wed, 9 Aug 2023 18:00:44 +0800 Subject: [PATCH] Update framework.txt (#453) remove version restrict for numpy and pandas --- requirements/framework.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements/framework.txt b/requirements/framework.txt index e748026e..83e69a00 100644 --- a/requirements/framework.txt +++ b/requirements/framework.txt @@ -4,11 +4,9 @@ datasets>=2.8.0,<=2.13.0 einops filelock>=3.3.0 gast>=0.2.2 -# for python3.7 python3.8 compatible -numpy<=1.22.0 +numpy oss2 -# for datasets compatible and py37 py38 compatible -pandas<1.4.0 +pandas Pillow>=6.2.0 # pyarrow 9.0.0 introduced event_loop core dump pyarrow>=6.0.0,!=9.0.0