From 1bd2f5b3cb44ba9bf2df365cd16fe3a9f1b5e424 Mon Sep 17 00:00:00 2001 From: hangangqiang Date: Fri, 26 Aug 2022 17:10:15 +0800 Subject: [PATCH] add third party astunparse --- Third_Party_Open_Source_Software_Notice | 5 +++++ requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Third_Party_Open_Source_Software_Notice b/Third_Party_Open_Source_Software_Notice index d5b18bba5fb..4f94b06a689 100644 --- a/Third_Party_Open_Source_Software_Notice +++ b/Third_Party_Open_Source_Software_Notice @@ -9649,3 +9649,8 @@ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Software: astunparse 1.6.3 +Copyright notice: +Copyright (c) 2014, Simon Percivall +Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Python Software Foundation diff --git a/requirements.txt b/requirements.txt index bf81b59e737..bce0f991e81 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 >= 1.3 +astunparse >= 1.6.3 diff --git a/setup.py b/setup.py index 587c968b59b..dadd46b10b3 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 >= 1.3' + 'astunparse >= 1.6.3' ] package_data = {