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( ...@@ -62,7 +62,7 @@ setuptools.setup(
'scipy', 'scipy',
'coverage', 'coverage',
'colorama', 'colorama',
'scikit-learn==0.20' 'scikit-learn>=0.20,<0.22'
], ],
classifiers = [ classifiers = [
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
......
...@@ -40,7 +40,7 @@ setup( ...@@ -40,7 +40,7 @@ setup(
'schema', 'schema',
'PythonWebHDFS', 'PythonWebHDFS',
'colorama', 'colorama',
'scikit-learn==0.20' 'scikit-learn>=0.20,<0.22'
], ],
entry_points = { 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