Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b62c15

Browse files
authored
Fixes MIT-LCP#72: scipy>=0.19.0 instead of scipy==0.19.0
1 parent ac78f0c commit 2b62c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
'matplotlib>=1.5.1',
5858
'requests>=2.10.0',
5959
'pandas>=0.19.1',
60-
'scipy==0.19.0'
60+
'scipy>=0.19.0'
6161
],
6262

6363
# List additional groups of dependencies here (e.g. development

0 commit comments

Comments
 (0)