Skip to content

Commit 26866da

Browse files
committed
lite: Pin ipywidgets==7.7.0
1 parent a67c286 commit 26866da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dodo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,13 +193,13 @@ def _clean_wheels():
193193
actions=[
194194
(doit.tools.create_folder, [LITE / "pypi"]),
195195
doit.tools.CmdAction(
196-
[PY, "-m", "pip", "wheel", "--prefer-binary", wheel],
196+
[PY, "-m", "pip", "wheel", "--prefer-binary", "--no-deps", wheel],
197197
cwd=str(LITE / "pypi"),
198198
shell=False,
199199
),
200200
# Not sure, why these were not discovered from conda environment
201201
doit.tools.CmdAction(
202-
[PY, "-m", "pip", "wheel", "--no-deps", "--prefer-binary", "jupyterlab-widgets", "jupyter-videochat", "jupyterlab-drawio", "jupyterlab-webrtc-docprovider"],
202+
[PY, "-m", "pip", "wheel", "--no-deps", "--prefer-binary", "jupyterlab-widgets==1.1.0", "jupyter-videochat", "jupyterlab-drawio", "jupyterlab-webrtc-docprovider"],
203203
cwd=str(LITE),
204204
shell=False,
205205
),

0 commit comments

Comments
 (0)