-
Notifications
You must be signed in to change notification settings - Fork 164
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
A collection of minor updates for 2022 #179
Conversation
On it! :) |
Hey @mwcraig is not working at all for me. |
The readme claims that:
Is that actually true? Does anyone have windows on which to test this? |
environment.yml
Outdated
- requests | ||
- scikit-image | ||
- scipy | ||
- sidecar=0.5.1 | ||
- voila=0.2.10 | ||
- voila=0.2.19 |
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 last in the 0.2.x
series is 16
- voila=0.2.19 | |
- voila=0.2.16 |
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.
Thanks -- ended up changing it to 0.3.5
and dropping voila-vuetify
and voila-material
- ipyleaflet=0.14.0 | ||
- ipympl=0.7.0 | ||
- ipyleaflet=0.16.0 | ||
- ipympl=0.9.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.
I will need to make a new release of ipympl if we switch to ipywidgets 8. The current release has a gate on ipywidgets<8
.
I started work on that here: matplotlib/ipympl#461 but stalled out bc I couldn't get the tests all passing
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.
All of these will need new releases for ipywidgets 8 -- the pins should make sure that no one gets an 8-only package.
One reason for setting the goal of presenting in 8 is to help work through the remaining issue.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Thanks -- it turns out we can use 0.3.5 if we drop |
It will be in about 30 minutes -- I have a windows 10 VM on my work laptop. |
This also contains a couple of fixes for ipywidgets 8. Closes #177