From 5b01ded7359215ebb0a10c7631ee150a14b8b533 Mon Sep 17 00:00:00 2001 From: Daniel Wiell Date: Fri, 17 Nov 2023 14:03:05 +0100 Subject: [PATCH] Updated jupyterlab python version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e743f19b1..49d220848 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ [build-system] # avoid 3.6 so we don't need the rust buildchain -requires = ["jupyter_packaging~=0.12", "jupyterlab~=3.6.0", "setuptools>=40.8.0", "wheel"] +requires = ["jupyter_packaging~=0.12", "jupyterlab~=4.0.8", "setuptools>=40.8.0", "wheel"] build-backend = "setuptools.build_meta"