From 257472b86f1e1bedbe7108e3346b614c56774e0f Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Thu, 25 Sep 2025 22:47:07 +0200 Subject: [PATCH] Require jupyterlite 0.6 --- environment-wasm-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment-wasm-build.yml b/environment-wasm-build.yml index dd85792f..cfdf57fb 100644 --- a/environment-wasm-build.yml +++ b/environment-wasm-build.yml @@ -10,6 +10,6 @@ dependencies: - yarn - click # JupyterLite - - jupyterlite-core + - jupyterlite-core >0.6 - jupyter_server - - jupyterlite-xeus \ No newline at end of file + - jupyterlite-xeus