Go back to using numpy==1.6.1

This commit is contained in:
Rafa de la Torre 2016-06-29 17:02:15 +02:00
parent 35b5612ded
commit 505ae0fb44

View File

@ -40,7 +40,8 @@ setup(
# The choice of component versions is dictated by what's
# provisioned in the production servers.
install_requires=['joblib==0.8.3', 'numpy==1.11.0', 'scipy==0.14.0', 'pysal==1.11.2', 'scikit-learn==0.14.1'],
# IMPORTANT NOTE: please don't change this line. Instead issue a ticket to systems for evaluation.
install_requires=['joblib==0.8.3', 'numpy==1.6.1', 'scipy==0.14.0', 'pysal==1.11.2', 'scikit-learn==0.14.1'],
requires=['pysal', 'numpy', 'sklearn'],