Revert changes in release/ dir

This commit is contained in:
Rafa de la Torre
2016-06-29 18:34:01 +02:00
parent cb330ebe6b
commit d97231f604
2 changed files with 2 additions and 28 deletions

View File

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