From 0ebff28e07bb01f34d25aaf5231e9157c64bcc22 Mon Sep 17 00:00:00 2001 From: Caroline Malin-Mayor Date: Mon, 29 Jul 2024 15:21:31 -0400 Subject: [PATCH] Make plotly main dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ]