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