From ad2d91431614dfacba4ffee8c16b8c13287c8e9b Mon Sep 17 00:00:00 2001 From: loganthomas Date: Sun, 19 Jan 2025 21:07:42 -0600 Subject: [PATCH] MAINT: add plotly as dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 410c685..be27b70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ dependencies = [ "matplotlib", "numpy==1.26.4", "pandas", + "plotly", "pytest", "pytest-cov", "pytest-subtests",