update astunparser from >=0.0 to >=1.3

This commit is contained in:
hangangqiang 2022-07-15 09:29:26 +08:00
parent 56e763be39
commit 8566f04d51
2 changed files with 2 additions and 2 deletions

View File

@ -12,4 +12,4 @@ pycocotools >= 2.0.2 # for st test
tables >= 3.6.1 # for st test tables >= 3.6.1 # for st test
easydict >= 1.9 # for st test easydict >= 1.9 # for st test
psutil >= 5.7.0 psutil >= 5.7.0
astunparse >= 0.0 astunparse >= 1.3

View File

@ -115,7 +115,7 @@ required_package = [
'scipy >= 1.5.2', 'scipy >= 1.5.2',
'packaging >= 20.0', 'packaging >= 20.0',
'psutil >= 5.6.1', 'psutil >= 5.6.1',
'astunparse >= 0.0' 'astunparse >= 1.3'
] ]
package_data = { package_data = {