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
Revision of third party component version number requirements
pull/14776/head
xulei2020
5 years ago
parent
5d7cd47b0b
commit
91701feb5e
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