From 5fb230487769620a712910f0abce1bd4f0416ce3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 14:59:34 +0000 Subject: [PATCH] Update dependency jupyterlab to v4.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcd861c5..6a3000c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "jaxtyping==0.2.36", # Torch tensor annotations "nptyping==2.5.0", # Numpy array annotations "einops==0.8.0", # Makes shape transformations more readable - "jupyterlab==4.3.2", # Jupyter notebook + "jupyterlab==4.3.3", # Jupyter notebook "jupyterlab-code-formatter==3.0.2", # Jupyter code formatter "ipywidgets==8.1.5", # Jupyter widgets # Replaces `pytorch_lightning` w/ `lightning.pytorch` to adress