Skip to content

Commit 03c832e

Browse files
develracalderjo
andauthored
Upgrade Ipywidgets to 8.1.5 (#1440)
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]>
1 parent 99374cb commit 03c832e

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

Dockerfile.tmpl

+1-3
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,7 @@ RUN pip install bleach \
374374
ipykernel \
375375
ipython \
376376
ipython-genutils \
377-
# Fix qgrid by pinning ipywidgets https://github.com/quantopian/qgrid/issues/376
378-
ipywidgets==7.7.1 \
377+
ipywidgets==8.1.5 \
379378
isoweek \
380379
jedi \
381380
jsonschema \
@@ -464,7 +463,6 @@ RUN pip install wandb \
464463
rm -rf /opt/conda/lib/python3.10/site-packages/numpy* && \
465464
pip install "numpy==1.26.4" && \
466465
pip install pytorch-ignite \
467-
qgrid \
468466
bqplot \
469467
earthengine-api \
470468
transformers \

tests/test_qgrid.py

-16
This file was deleted.

0 commit comments

Comments
 (0)