From 48860dd7ea57b5e293f4e9f3e8c604fe7096d49a Mon Sep 17 00:00:00 2001 From: martinRenou Date: Wed, 6 Dec 2023 09:54:46 +0100 Subject: [PATCH] Pin xeus-lite (#194) --- jupyterlite_xeus_python/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterlite_xeus_python/build.py b/jupyterlite_xeus_python/build.py index 9bbf92f..ce27d86 100644 --- a/jupyterlite_xeus_python/build.py +++ b/jupyterlite_xeus_python/build.py @@ -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, ]