Skip to content

Commit

Permalink
Upgrade Ipywidgets to 8.1.5 (#1440)
Browse files Browse the repository at this point in the history
I think this will break qgrid fwiw, unsure how often that is used.

---------

Co-authored-by: Johnny Chavez <[email protected]>
Co-authored-by: Jonathan Calderon Chavez <[email protected]>
  • Loading branch information
3 people authored Nov 26, 2024
1 parent 99374cb commit 03c832e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,7 @@ RUN pip install bleach \
ipykernel \
ipython \
ipython-genutils \
# Fix qgrid by pinning ipywidgets https://github.com/quantopian/qgrid/issues/376
ipywidgets==7.7.1 \
ipywidgets==8.1.5 \
isoweek \
jedi \
jsonschema \
Expand Down Expand Up @@ -464,7 +463,6 @@ RUN pip install wandb \
rm -rf /opt/conda/lib/python3.10/site-packages/numpy* && \
pip install "numpy==1.26.4" && \
pip install pytorch-ignite \
qgrid \
bqplot \
earthengine-api \
transformers \
Expand Down
16 changes: 0 additions & 16 deletions tests/test_qgrid.py

This file was deleted.

0 comments on commit 03c832e

Please sign in to comment.