Revert "Declare scipy as dep"

This reverts commit 1e8bc12e0a.
This commit is contained in:
Raul Ochoa 2016-06-13 13:05:50 +02:00
parent 1e8bc12e0a
commit c870f68c77

View File

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