From 1777808b78a348d6bac01f1ded78813111502763 Mon Sep 17 00:00:00 2001 From: Timotej Bernat Date: Fri, 3 Jan 2025 16:15:46 -0700 Subject: [PATCH] Consolidated "jupyter" and "visuals" optional dependencies into single "interactive" category --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fcdc064..70a474d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ]