Browse Source

ensure packaging version

Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
tags/v1.0.0
zhoufeng 5 years ago
parent
commit
de133e6421
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      requirements.txt
  2. +1
    -1
      setup.py

+ 1
- 1
requirements.txt View File

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

+ 1
- 1
setup.py View File

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


package_data = { package_data = {


Loading…
Cancel
Save