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

Upgrade the jupyter-widgets to the latest version- 3.0 #185

Closed
anick16 opened this issue Oct 20, 2022 · 1 comment
Closed

Upgrade the jupyter-widgets to the latest version- 3.0 #185

anick16 opened this issue Oct 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@anick16
Copy link
Contributor

anick16 commented Oct 20, 2022

Problem

Current voila-gridstack is using jupyterlab-widgets 1.0 which is old and creates conflicts if we try to update other packages. For example-

15 366.5 The conflict is caused by:
#15 366.5     ipywidgets 7.6.3 depends on jupyterlab-widgets>=1.0.0; python_version >= "3.6"
#15 366.5     mitosheet 0.1.453 depends on jupyterlab-widgets>=3.0; python_version >= "3.7"
#15 366.5     voila-gridstack 0.3.0 depends on jupyterlab-widgets~=1.0

Proposed Solution

Upgrade jupyterlab-widgets to >=3.0

@anick16 anick16 added the enhancement New feature or request label Oct 20, 2022
anick16 added a commit to anick16/voila-gridstack that referenced this issue Oct 20, 2022
@hbcarlos
Copy link
Member

hbcarlos commented Nov 4, 2022

Fixed by #186

@hbcarlos hbcarlos closed this as completed Nov 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants