From b78180d8ca32e1300f9a1fe8a3f2eb95ee9929cf Mon Sep 17 00:00:00 2001 From: Martin Lang Date: Fri, 22 Sep 2023 17:13:56 +0200 Subject: [PATCH] build(deps): remove jupyter lab as dependency Jupyter lab is not directly required as a dependency. We move the dependency to the ubermag metapackage, which is our "end-user application". --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84c359d..9116806 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,6 @@ dependencies = [ "ubermagutil>=0.62.0", "pandas>=1.1", "matplotlib>=3.3", - "jupyterlab~=3.0", "ipywidgets>=7.5" ]