modify scipy in setup

This commit is contained in:
jinyaohui 2020-12-08 15:47:08 +08:00
parent d014a1f9db
commit 01db937eb2
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ required_package = [
'protobuf >= 3.8.0', 'protobuf >= 3.8.0',
'asttokens >= 1.1.13', 'asttokens >= 1.1.13',
'pillow >= 6.2.0', 'pillow >= 6.2.0',
'scipy == 1.5.3', 'scipy >= 1.5.3',
'easydict >= 1.9', 'easydict >= 1.9',
'sympy >= 1.4', 'sympy >= 1.4',
'cffi >= 1.13.2', 'cffi >= 1.13.2',