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

Pin xeus-lite #194

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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