From 6a6b8b191f6722f74e3dc36ea6576f6b80cadbc3 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 23 Dec 2024 14:20:36 +0100 Subject: [PATCH 1/2] Relax upper bound --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 11743a7..3cdfa6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "docutils", "jupyter_server", "jupyterlab_server", - "jupyterlite-core >=0.2,<0.5", + "jupyterlite-core >=0.2,<0.6", "jupytext", "nbformat", "sphinx>=4", @@ -30,7 +30,7 @@ dev = [ docs = [ "myst_parser", "pydata-sphinx-theme", - "jupyterlite-xeus>=0.1.8,<0.3.0", + "jupyterlite-xeus>=0.1.8,<4", ] [tool.hatch.version] From 9180bb550a13621d1c0ae2b31b02fd4023f639e2 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 23 Dec 2024 14:21:20 +0100 Subject: [PATCH 2/2] Update dev-environment.yml --- dev-environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-environment.yml b/dev-environment.yml index 4de2bdf..30c7a89 100644 --- a/dev-environment.yml +++ b/dev-environment.yml @@ -5,7 +5,7 @@ dependencies: - pip - jupyter_server - jupyterlab_server - - jupyterlite-core >=0.3,<0.4 + - jupyterlite-core >=0.3,<0.6 - jupytext - pydata-sphinx-theme - micromamba @@ -16,4 +16,4 @@ dependencies: - voici - pip: - . - - jupyterlite-xeus >=0.2.0a0 + - jupyterlite-xeus >=2.1.2