Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit 48860dd

Browse files
authored
Pin xeus-lite (#194)
1 parent b2c24ec commit 48860dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlite_xeus_python/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def build_and_pack_emscripten_env( # noqa: C901, PLR0912, PLR0915
230230
channels = CHANNELS
231231
specs = [
232232
f"python={python_version}",
233-
"xeus-lite",
233+
"xeus-lite>=1.0.0,<1.0.3",
234234
"xeus-python" if not xeus_python_version else f"xeus-python={xeus_python_version}",
235235
*packages,
236236
]

0 commit comments

Comments
 (0)