This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
ensure packaging version
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
tags/v1.0.0
zhoufeng
5 years ago
parent
4e462b9ea8
commit
de133e6421
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
requirements.txt
+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 = {
Write
Preview
Loading…
Cancel
Save