Declare scipy as dep

This commit is contained in:
Raul Ochoa
2016-06-16 16:34:45 +02:00
parent 1e19f468eb
commit 237aa1c581

View File

@@ -40,7 +40,7 @@ setup(
# The choice of component versions is dictated by what's
# provisioned in the production servers.
install_requires=['numpy==1.11.0', 'pysal==1.9.1', 'scikit-learn==0.17.1'],
install_requires=['numpy==1.11.0', 'scipy==0.17.1', 'pysal==1.9.1', 'scikit-learn==0.17.1'],
requires=['pysal', 'numpy', 'sklearn'],