Skip to content

Commit

Permalink
Consolidated "jupyter" and "visuals" optional dependencies into singl…
Browse files Browse the repository at this point in the history
…e "interactive" category
  • Loading branch information
timbernat committed Jan 3, 2025
1 parent d327e9c commit 1777808
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ test = [
"pytest-cov",
"codecov",
]
jupyter = [
interactive = [
# Jupyter notebooks
"jupyterlab",
"ipywidgets==8.0.4",
]
visuals = [
# Molecular visualization
"nglview==3.0.6",
"py3Dmol",
]
Expand Down

0 comments on commit 1777808

Please sign in to comment.