From 40b84f3bf4e44a93032e6179028e96d21af28647 Mon Sep 17 00:00:00 2001 From: Jon Mease <jon.mease@gmail.com> Date: Mon, 23 Jul 2018 16:45:49 -0400 Subject: [PATCH] Update requirements to plotly.py 3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 521a673..8f035ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -plotly>=3.0 +plotly>=3.1 ipywidgets notebook jupyterlab -- GitLab