From f545c1df347d1a4819d77a01c270f287c0a84d5b Mon Sep 17 00:00:00 2001 From: Jon Mease <jon.mease@gmail.com> Date: Wed, 13 Jun 2018 10:04:05 -0400 Subject: [PATCH] Added Python 3.6 to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 705f32d..d4c788d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +python==3.6 plotly==3.0rc6 ipywidgets notebook -- GitLab