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
!8474
modify scipy version
From:
@jinyaohui
Reviewed-by: @kingxian,@zh_qh Signed-off-by:
@kingxian
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
44cb24204d
db140f9329
commit
4d10c3b0fd
2 changed files
with
2 additions
and
2 deletions
Split 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
@@ -2,7 +2,7 @@ numpy >= 1.17.0, <= 1.17.5
protobuf >= 3.8.0
asttokens >= 1.1.13
pillow >= 6.2.0
scipy >= 1.
3
.3
scipy >= 1.
5
.3
easydict >= 1.9
sympy >= 1.4
cffi >= 1.13.2
+ 1
- 1
setup.py
View File
@@ -113,7 +113,7 @@ required_package = [
'protobuf >= 3.8.0',
'asttokens >= 1.1.13',
'pillow >= 6.2.0',
'scipy == 1.
3
.3',
'scipy == 1.
5
.3',
'easydict >= 1.9',
'sympy >= 1.4',
'cffi >= 1.13.2',
Write
Preview
Loading…
Cancel
Save