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
tianlh
LightGBM-DCU
Commits
800e1e24
Unverified
Commit
800e1e24
authored
Feb 14, 2022
by
PyVCEchecker
Committed by
GitHub
Feb 14, 2022
Browse files
[python] enforce a floor of Python 3.6 (fixes #5004) (#5006)
parent
15266f1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
python-package/setup.py
python-package/setup.py
+1
-0
No files found.
python-package/setup.py
View file @
800e1e24
...
...
@@ -340,6 +340,7 @@ if __name__ == "__main__":
version
=
version
,
description
=
'LightGBM Python Package'
,
long_description
=
readme
,
python_requires
=
'>=3.6'
,
install_requires
=
[
'wheel'
,
'numpy'
,
...
...
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