"docs/vscode:/vscode.git/clone" did not exist on "3cc2df58965a4a614382945d2218f927c943fa4c"
Commit 665790fc authored by chicm-ms's avatar chicm-ms Committed by xuehui
Browse files

Update sklearn version (#1837)

* update sklearn version

* updates
parent 1042e49e
......@@ -62,7 +62,7 @@ setuptools.setup(
'scipy',
'coverage',
'colorama',
'scikit-learn==0.20'
'scikit-learn>=0.20,<0.22'
],
classifiers = [
'Programming Language :: Python :: 3',
......
......@@ -40,7 +40,7 @@ setup(
'schema',
'PythonWebHDFS',
'colorama',
'scikit-learn==0.20'
'scikit-learn>=0.20,<0.22'
],
entry_points = {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment