Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
06b96d60
Commit
06b96d60
authored
Dec 05, 2019
by
chicm-ms
Committed by
xuehui
Dec 05, 2019
Browse files
Fix sklearn version (#1822)
* update sklean version * updates * updates * updates
parent
e3952eca
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
deployment/pypi/setup.py
deployment/pypi/setup.py
+1
-1
docs/requirements.txt
docs/requirements.txt
+1
-1
setup.py
setup.py
+1
-1
src/sdk/pynni/nni/metis_tuner/requirments.txt
src/sdk/pynni/nni/metis_tuner/requirments.txt
+1
-1
src/sdk/pynni/requirements.txt
src/sdk/pynni/requirements.txt
+1
-1
No files found.
deployment/pypi/setup.py
View file @
06b96d60
...
...
@@ -62,7 +62,7 @@ setuptools.setup(
'scipy'
,
'coverage'
,
'colorama'
,
's
klearn
'
's
cikit-learn==0.20
'
],
classifiers
=
[
'Programming Language :: Python :: 3'
,
...
...
docs/requirements.txt
View file @
06b96d60
...
...
@@ -9,4 +9,4 @@ json_tricks
numpy
scipy
coverage
s
klearn
s
cikit-learn==0.20
setup.py
View file @
06b96d60
...
...
@@ -40,7 +40,7 @@ setup(
'schema'
,
'PythonWebHDFS'
,
'colorama'
,
's
klearn
'
's
cikit-learn==0.20
'
],
entry_points
=
{
...
...
src/sdk/pynni/nni/metis_tuner/requirments.txt
View file @
06b96d60
sklearn
\ No newline at end of file
scikit-learn==0.20
\ No newline at end of file
src/sdk/pynni/requirements.txt
View file @
06b96d60
...
...
@@ -7,4 +7,4 @@ scipy
hyperopt==0.1.2
# metis tuner
s
klearn
s
cikit-learn==0.20
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment