From 2c65448492c5671a36686eb5294c8f9429d3b7a7 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Mon, 26 Aug 2024 09:13:53 +0200 Subject: [PATCH] Pin pyjs --- jupyterlite_xeus/create_conda_env.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jupyterlite_xeus/create_conda_env.py b/jupyterlite_xeus/create_conda_env.py index 3367032..a563d40 100644 --- a/jupyterlite_xeus/create_conda_env.py +++ b/jupyterlite_xeus/create_conda_env.py @@ -52,6 +52,7 @@ def create_conda_env_from_env_file(root_prefix, env_file_content, env_file_locat # Force Python 3.11 if "python" in str(specs): specs.append("python=3.11") + specs.append("pyjs=2.2.1=py311h37c3baf") create_conda_env_from_specs( env_name=env_name,