From 8566f04d5153b2360c108190d0cb8d3b0cc5bb14 Mon Sep 17 00:00:00 2001 From: hangangqiang Date: Fri, 15 Jul 2022 09:29:26 +0800 Subject: [PATCH] update astunparser from >=0.0 to >=1.3 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e8fec0f291b..f540515a596 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ pycocotools >= 2.0.2 # for st test tables >= 3.6.1 # for st test easydict >= 1.9 # for st test psutil >= 5.7.0 -astunparse >= 0.0 +astunparse >= 1.3 diff --git a/setup.py b/setup.py index 63d69b005cf..a1aa2a578dc 100644 --- a/setup.py +++ b/setup.py @@ -115,7 +115,7 @@ required_package = [ 'scipy >= 1.5.2', 'packaging >= 20.0', 'psutil >= 5.6.1', - 'astunparse >= 0.0' + 'astunparse >= 1.3' ] package_data = {