From e8e73b217e854e8d9b4a5cc98906cb6e62cde386 Mon Sep 17 00:00:00 2001 From: Carson Date: Mon, 29 Jan 2024 14:06:44 -0600 Subject: [PATCH] Plotly examples that use express need pandas --- examples/python/plotly/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/python/plotly/requirements.txt b/examples/python/plotly/requirements.txt index ff0243cb..71d2d28e 100644 --- a/examples/python/plotly/requirements.txt +++ b/examples/python/plotly/requirements.txt @@ -1 +1,2 @@ +pandas plotly