Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Fix sklearn version (#1822)
Browse files Browse the repository at this point in the history
* update sklean version

* updates

* updates

* updates
  • Loading branch information
chicm-ms authored and xuehui1991 committed Dec 5, 2019
1 parent e3952ec commit 06b96d6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deployment/pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'scipy',
'coverage',
'colorama',
'sklearn'
'scikit-learn==0.20'
],
classifiers = [
'Programming Language :: Python :: 3',
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ json_tricks
numpy
scipy
coverage
sklearn
scikit-learn==0.20
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def read(fname):
'schema',
'PythonWebHDFS',
'colorama',
'sklearn'
'scikit-learn==0.20'
],

entry_points = {
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/pynni/nni/metis_tuner/requirments.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sklearn
scikit-learn==0.20
2 changes: 1 addition & 1 deletion src/sdk/pynni/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ scipy
hyperopt==0.1.2

# metis tuner
sklearn
scikit-learn==0.20

0 comments on commit 06b96d6

Please sign in to comment.