Skip to content

Commit

Permalink
build(deps): remove jupyter lab as dependency
Browse files Browse the repository at this point in the history
Jupyter lab is not directly required as a dependency. We move the dependency to
the ubermag metapackage, which is our "end-user application".
  • Loading branch information
lang-m committed Sep 22, 2023
1 parent a5a1df9 commit b78180d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies = [
"ubermagutil>=0.62.0",
"pandas>=1.1",
"matplotlib>=3.3",
"jupyterlab~=3.0",
"ipywidgets>=7.5"
]

Expand Down

0 comments on commit b78180d

Please sign in to comment.