-
Notifications
You must be signed in to change notification settings - Fork 1.1k
upgrade lightgbm version #4960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade lightgbm version #4960
Conversation
We’re looking at a possible release in 1.3, considering all the changes merged so far. While we don’t have a specific release date yet, early Q2 is our tentative target |
Job PR-4960-d66ece0 is done. |
tabular/setup.py
Outdated
@@ -34,7 +34,7 @@ | |||
|
|||
extras_require = { | |||
"lightgbm": [ | |||
"lightgbm>=4.0,<4.6", # <{N+1} upper cap, where N is the latest released minor version | |||
"lightgbm>=4.6,<4.7", # <{N+1} upper cap, where N is the latest released minor version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why so strict? Why not >=4.0,<4.7
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The minimum version of LightGBM to mitigate the security vulnerability is 4.6.0, as outlined in this report.
Job PR-4960-a321461 is done. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
/platform_tests a321461 |
Issue #, if available:
N/A
Description of changes:
setup.py
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.