adding higher numpy version

This commit is contained in:
Andy Eschbacher 2016-06-15 11:36:19 -04:00
parent bbe22d0b4d
commit 4834ee2f42

View File

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