Update asttokens version

This commit is contained in:
huangbingjian 2022-08-23 09:44:05 +08:00
parent cbc3755e15
commit 7798373df9
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL
Copyright Notice and License Texts
Software: asttokens 2.0.0
Software: asttokens 2.0.4
Copyright notice:
copyright = u'2016, Grist Labs'
Copyright 2016 Grist Labs, Inc.

View File

@ -1,6 +1,6 @@
numpy >= 1.17.0
protobuf >= 3.13.0
asttokens >= 2.0.0
asttokens >= 2.0.4
pillow >= 6.2.0
scipy >= 1.5.2
matplotlib >= 3.1.3 # for ut test

View File

@ -110,7 +110,7 @@ build_dependencies()
required_package = [
'numpy >= 1.17.0',
'protobuf >= 3.13.0',
'asttokens >= 2.0.0',
'asttokens >= 2.0.4',
'pillow >= 6.2.0',
'scipy >= 1.5.2',
'packaging >= 20.0',