Skip to content

Unpinned ipywidgets#4288

Merged
remyogasawara merged 4 commits into
mainfrom
4099_unpin_ipywidgets
Aug 28, 2023
Merged

Unpinned ipywidgets#4288
remyogasawara merged 4 commits into
mainfrom
4099_unpin_ipywidgets

Conversation

@remyogasawara

Copy link
Copy Markdown
Contributor

Resolves #4099

@codecov

codecov Bot commented Aug 25, 2023

Copy link
Copy Markdown

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           

Comment thread .github/meta.yaml
- matplotlib-base >=3.3.3
- seaborn >=0.11.1
- ipywidgets >=7.5, <8.0.5
- ipywidgets >=7.5

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