Fix scikit-learn dep name
This commit is contained in:
parent
1a4944b960
commit
889cd5c579
@ -40,7 +40,7 @@ setup(
|
||||
|
||||
# The choice of component versions is dictated by what's
|
||||
# provisioned in the production servers.
|
||||
install_requires=['pysal==1.9.1', 'sklearn==0.17.1'],
|
||||
install_requires=['pysal==1.9.1', 'scikit-learn==0.17.1'],
|
||||
|
||||
requires=['pysal', 'numpy', 'sklearn' ],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user