Skip to content

Commit c4e9d04

Browse files
authored
Update pixi.toml
1 parent ba50fba commit c4e9d04

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pixi.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,18 @@ typer = "*"
5252
[feature.host]
5353
channels = ["conda-forge"]
5454
platforms = ["osx-arm64", "osx-64", "linux-64"]
55-
dependencies = { python = "*", jupyterlite-xeus = "*", jupyter_server = "*" }
55+
dependencies = { python = "*", jupyterlite-xeus = ">=2.0.0,<3", jupyterlite "==0.2.3", jupyter_server = "*", ipywidgets = ">=8,<9", jupyterlab_widgets = ">=4,<5" plotly = ">=5,<7", jupytext = "*", jupyterlab_execute_time = ">=3.0.1,<4"}
56+
- jupyterlite==0.2.3
57+
- jupyterlite-xeus>=2.0.0,<3
5658

59+
- jupyterlab_widgets ~= 3
60+
# ── optional lab extensions compiled for Lab 4.4 ───────
61+
- jupyterlab_execute_time
62+
- jupytext
63+
- ipywidgets>=8,<9 # gives @jupyter-widgets/base ^3 or ^4
64+
- jupyterlab_execute_time>=3.0.1,<4
65+
66+
- plotly>=6.1.1,<7
5767
# make sure that we have the WASM environment installed before building the app
5868
[feature.host.tasks]
5969
setup-wasm = { cmd = "pixi install -e wasm", inputs = ["pixi.lock"] }

0 commit comments

Comments
 (0)