From 02a59c16de507b843dd1c1879fb0a89242592261 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 24 Jul 2024 15:19:41 +0200 Subject: [PATCH] Allow for JupyterLite 0.4.0 (#193) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db48826..0c8d99d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "docutils", "jupyter_server", "jupyterlab_server", - "jupyterlite-core >=0.2,<0.4", + "jupyterlite-core >=0.2,<0.5", "nbformat", "sphinx>=4", ] @@ -29,7 +29,7 @@ dev = [ docs = [ "myst_parser", "pydata-sphinx-theme", - "jupyterlite-xeus>=0.1.8,<0.2.0", + "jupyterlite-xeus>=0.1.8,<0.3.0", ] [tool.hatch.version]