adding sklearn to deps

This commit is contained in:
Ubuntu
2016-05-27 14:59:24 +00:00
parent b3c55614e3
commit df09d03de6

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', 'scikit-learn==0.17.1'],
requires=['pysal', 'numpy' ],
requires=['pysal', 'numpy','sklearn'],
test_suite='test'
)