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
!14776
Revision of third party component version number requirements
From:
@xulei2020
Reviewed-by: @mindwang,@guoqi1024 Signed-off-by:
@mindwang
pull/14776/MERGE
mindspore-ci-bot
Gitee
4 years ago
parent
654c867cc0
91701feb5e
commit
3f145daff3
2 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
requirements.txt
+3
-3
setup.py
+ 3
- 3
requirements.txt
View File
@@ -1,11 +1,11 @@
numpy >= 1.17.0
, <= 1.17.5
numpy >= 1.17.0
protobuf >= 3.8.0
asttokens >= 1.1.13
pillow >= 6.2.0
scipy >= 1.5.
3
scipy >= 1.5.
2
easydict >= 1.9
sympy >= 1.4
cffi >= 1.1
3.
2
cffi >= 1.12
.3
wheel >= 0.32.0
decorator >= 4.4.0
setuptools >= 40.8.0
+ 3
- 3
setup.py
View File
@@ -108,14 +108,14 @@ def build_dependencies():
build_dependencies()
required_package = [
'numpy >= 1.17.0
, <= 1.17.5
',
'numpy >= 1.17.0',
'protobuf >= 3.8.0',
'asttokens >= 1.1.13',
'pillow >= 6.2.0',
'scipy >= 1.5.
3
',
'scipy >= 1.5.
2
',
'easydict >= 1.9',
'sympy >= 1.4',
'cffi >= 1.1
3.
2',
'cffi >= 1.12
.3
',
'wheel >= 0.32.0',
'decorator >= 4.4.0',
'setuptools >= 40.8.0',
Write
Preview
Loading…
Cancel
Save