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

Commit

Permalink
Pin xeus-lite (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Dec 6, 2023
1 parent b2c24ec commit 48860dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterlite_xeus_python/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def build_and_pack_emscripten_env( # noqa: C901, PLR0912, PLR0915
channels = CHANNELS
specs = [
f"python={python_version}",
"xeus-lite",
"xeus-lite>=1.0.0,<1.0.3",
"xeus-python" if not xeus_python_version else f"xeus-python={xeus_python_version}",
*packages,
]
Expand Down

0 comments on commit 48860dd

Please sign in to comment.