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

Commit abf2ccf

Browse files
authored
Pin xeus-lite (#195)
1 parent 3589033 commit abf2ccf

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
@@ -225,7 +225,7 @@ def build_and_pack_emscripten_env(
225225
channels = CHANNELS
226226
specs = [
227227
f"python={python_version}",
228-
"xeus-lite",
228+
"xeus-lite>=1.0.0,<1.0.3",
229229
"xeus-python"
230230
if not xeus_python_version
231231
else f"xeus-python={xeus_python_version}",

0 commit comments

Comments
 (0)