forked from mindspore-Ecosystem/mindspore
Update asttokens version
This commit is contained in:
parent
cbc3755e15
commit
7798373df9
|
@ -7,7 +7,7 @@ THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL
|
||||||
|
|
||||||
Copyright Notice and License Texts
|
Copyright Notice and License Texts
|
||||||
|
|
||||||
Software: asttokens 2.0.0
|
Software: asttokens 2.0.4
|
||||||
Copyright notice:
|
Copyright notice:
|
||||||
copyright = u'2016, Grist Labs'
|
copyright = u'2016, Grist Labs'
|
||||||
Copyright 2016 Grist Labs, Inc.
|
Copyright 2016 Grist Labs, Inc.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
numpy >= 1.17.0
|
numpy >= 1.17.0
|
||||||
protobuf >= 3.13.0
|
protobuf >= 3.13.0
|
||||||
asttokens >= 2.0.0
|
asttokens >= 2.0.4
|
||||||
pillow >= 6.2.0
|
pillow >= 6.2.0
|
||||||
scipy >= 1.5.2
|
scipy >= 1.5.2
|
||||||
matplotlib >= 3.1.3 # for ut test
|
matplotlib >= 3.1.3 # for ut test
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -110,7 +110,7 @@ build_dependencies()
|
||||||
required_package = [
|
required_package = [
|
||||||
'numpy >= 1.17.0',
|
'numpy >= 1.17.0',
|
||||||
'protobuf >= 3.13.0',
|
'protobuf >= 3.13.0',
|
||||||
'asttokens >= 2.0.0',
|
'asttokens >= 2.0.4',
|
||||||
'pillow >= 6.2.0',
|
'pillow >= 6.2.0',
|
||||||
'scipy >= 1.5.2',
|
'scipy >= 1.5.2',
|
||||||
'packaging >= 20.0',
|
'packaging >= 20.0',
|
||||||
|
|
Loading…
Reference in New Issue