adding sklearn as a dep

This commit is contained in:
Stuart Lynn 2016-06-10 13:16:16 +00:00
parent 9d3de5a8ef
commit 1a4944b960

View File

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