diff --git a/pyproject.toml b/pyproject.toml index 789918a..af5444f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dependencies = [ "scikit-image", "tqdm", "zarr", + "plotly", ] [project.optional-dependencies] @@ -35,7 +36,6 @@ dev = [ 'pre-commit', 'types-tqdm', 'pytest-unordered', - 'plotly', 'ruff', ]