ensure packaging version

Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
This commit is contained in:
zhoufeng 2020-09-11 14:57:22 +08:00
parent 4e462b9ea8
commit de133e6421
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@ sklearn >= 0.0 # for st test
pandas >= 1.0.2 # for ut test
bs4
astunparse
packaging
packaging >= 20.0

View File

@ -119,7 +119,7 @@ required_package = [
'cffi >= 1.13.2',
'decorator >= 4.4.0',
'astunparse >= 1.6.3',
'packaging'
'packaging >= 20.0'
]
package_data = {