-
Notifications
You must be signed in to change notification settings - Fork 87
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
Unpinned ipywidgets #4288
Unpinned ipywidgets #4288
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4288 +/- ##
=====================================
Coverage 99.7% 99.7%
=====================================
Files 355 355
Lines 39154 39154
=====================================
Hits 39034 39034
Misses 120 120 |
- ipywidgets >=7.5, <8.0.5 | ||
- ipywidgets >=7.5 |
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.
Looks like ipywidgets must have fixed whatever was causing the errors we saw back in March, if we're able to unpin and have no tests fail. However, I think if a user happened to have ipywidgets v8.0.5 installed in the environment where they're installing evalml, the issues would still exist.
Could you install ipywidgets 8.0.5 and the following versions locally, to see if they still error? If so, we should exclude those specific versions.
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 tests passed for v.8.0.5-7 as well!
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.
👀 surprising, but glad it'll work 🚢
Resolves #4099