From b2fa993df4f86ef4a4080eb7fce17e364898ac04 Mon Sep 17 00:00:00 2001 From: Carlos Herrero Date: Fri, 4 Nov 2022 21:04:35 +0100 Subject: [PATCH] Bump jupyterlab_widgets --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 74a10c1..3f4a7b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "voila-gridstack" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.7" -dependencies = ["jupyterlab_widgets~=1.0", "voila>=0.2.0,<0.4.0"] +dependencies = ["jupyterlab_widgets~=3.0", "voila>=0.2.0,<0.4.0"] classifiers = [ "Framework :: Jupyter", "Framework :: Jupyter :: JupyterLab",