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
665790fc
Commit
665790fc
authored
Dec 11, 2019
by
chicm-ms
Committed by
xuehui
Dec 11, 2019
Browse files
Update sklearn version (#1837)
* update sklearn version * updates
parent
1042e49e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
deployment/pypi/setup.py
deployment/pypi/setup.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
deployment/pypi/setup.py
View file @
665790fc
...
@@ -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'
,
...
...
setup.py
View file @
665790fc
...
@@ -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
=
{
...
...
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