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

Unpinned ipywidgets #4288

Merged
merged 4 commits into from
Aug 28, 2023
Merged

Unpinned ipywidgets #4288

merged 4 commits into from
Aug 28, 2023

Conversation

remyogasawara
Copy link
Collaborator

Resolves #4099

@codecov
Copy link

codecov bot commented Aug 25, 2023

Codecov Report

Merging #4288 (9838a4b) into main (1bbdb29) will not change coverage.
The diff coverage is n/a.

@@          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
Copy link
Contributor

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.

Copy link
Collaborator Author

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!

Copy link
Contributor

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 🚢

@remyogasawara remyogasawara requested a review from eccabay August 28, 2023 20:00
@remyogasawara remyogasawara merged commit ecbb2e4 into main Aug 28, 2023
@remyogasawara remyogasawara deleted the 4099_unpin_ipywidgets branch August 28, 2023 21:12
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.

Unpin ipywidgets
3 participants