Commit 06b96d60 authored by chicm-ms's avatar chicm-ms Committed by xuehui
Browse files

Fix sklearn version (#1822)

* update sklean version

* updates

* updates

* updates
parent e3952eca
......@@ -62,7 +62,7 @@ setuptools.setup(
'scipy',
'coverage',
'colorama',
'sklearn'
'scikit-learn==0.20'
],
classifiers = [
'Programming Language :: Python :: 3',
......
......@@ -9,4 +9,4 @@ json_tricks
numpy
scipy
coverage
sklearn
scikit-learn==0.20
......@@ -40,7 +40,7 @@ setup(
'schema',
'PythonWebHDFS',
'colorama',
'sklearn'
'scikit-learn==0.20'
],
entry_points = {
......
sklearn
\ No newline at end of file
scikit-learn==0.20
\ No newline at end of file
......@@ -7,4 +7,4 @@ scipy
hyperopt==0.1.2
# metis tuner
sklearn
scikit-learn==0.20
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