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
Fix dependency issue [Plotly and XGBoost] #1533
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1533 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 230 230
Lines 15824 15824
=======================================
Hits 15816 15816
Misses 8 8 Continue to review full report at Codecov.
|
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.
@bchen1116 thanks!
Looks like the deps update job failed, and you'll need to update the expected version of plotly in latest_dependency_versions.txt
in order to get that to pass in this PR. If you're curious how that check works, here's the code!
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.
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.
Nice!
@@ -9,7 +9,7 @@ lightgbm==3.1.1 | |||
nlp-primitives==1.1.0 | |||
numpy==1.19.4 | |||
pandas==1.1.5 | |||
plotly==4.14.0 | |||
plotly==4.14.1 |
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.
Fix #1534
Suspect there's an issue with the new version of XGBoost that is causing the error, so we remove the versioning limit on Plotly