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
commit
4d10c3b0fd
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

@@ -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',


Loading…
Cancel
Save