Add python dependency

SciPy is needed by the PySAL functions used,
but it is not installed automatically when PySal
is installed.
This commit is contained in:
Javier Goizueta
2016-02-22 12:26:32 +01:00
parent 1ce0a206c7
commit 59fdaa40ac

View File

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