Skip to content
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

Merged
merged 9 commits into from Dec 9, 2020
Merged

Conversation

bchen1116
Copy link
Contributor

@bchen1116 bchen1116 commented Dec 9, 2020

Fix #1534

image
Suspect there's an issue with the new version of XGBoost that is causing the error, so we remove the versioning limit on Plotly

@bchen1116 bchen1116 self-assigned this Dec 9, 2020
@codecov
Copy link

codecov bot commented Dec 9, 2020

Codecov Report

Merging #1533 (7d64ed3) into main (2b117fc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b117fc...7d64ed3. Read the comment docs.

dsherry
dsherry approved these changes Dec 9, 2020
Copy link
Collaborator

@dsherry dsherry left a 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!

docs/source/release_notes.rst Outdated Show resolved Hide resolved
requirements.txt Show resolved Hide resolved
Copy link
Contributor

@angela97lin angela97lin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@freddyaboulton freddyaboulton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@bchen1116 bchen1116 merged commit 6aac72d into main Dec 9, 2020
1 check passed
@@ -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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 yep!

@dsherry dsherry mentioned this pull request Dec 29, 2020
@freddyaboulton freddyaboulton deleted the bc_plotly_xgboost branch May 13, 2022 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build Docs and Check_Dependencies_Update_Linux failing
4 participants