From dded80b55c02d47daaf3b6977e6a79c935240af2 Mon Sep 17 00:00:00 2001 From: Neil Vaytet Date: Thu, 5 Jan 2023 16:24:18 +0100 Subject: [PATCH] add plotly to conda build --- conda/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index e5df6691..15d3ea5f 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -25,6 +25,7 @@ test: - pytest - ipympl - ipywidgets + - plotly - pythreejs - scipp >=0.12 - scipy