Declare scipy as dep

This commit is contained in:
Raul Ochoa 2016-06-13 12:17:46 +02:00
parent b33ba2d294
commit 1e8bc12e0a

View File

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