Skip to content

Commit a7aed45

Browse files
author
Egor Malykh
committed
added scipy to requirements
1 parent da9a2b5 commit a7aed45

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
@@ -31,7 +31,7 @@ def read(fname):
3131
],
3232

3333
# Declare minimal set for installation
34-
install_requires=['boto3>=1.4.8', 'numpy>=1.9.0', 'protobuf>=3.1'],
34+
install_requires=['boto3>=1.4.8', 'numpy>=1.9.0', 'protobuf>=3.1', 'scipy>=1.0.0'],
3535

3636
extras_require={
3737
'test': ['tox', 'flake8', 'pytest', 'pytest-cov', 'pytest-xdist',

0 commit comments

Comments
 (0)