From 3b59117cc2997f050fe2209c455a282a43dd47de Mon Sep 17 00:00:00 2001
From: Jon Mease <jon.mease@gmail.com>
Date: Tue, 24 Jul 2018 12:12:12 -0400
Subject: [PATCH] Updated requirements.

removed jupyterlab and set version constraints on notebook and ipywidgets
---
 requirements.txt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 8f035ba..b81233d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,6 @@
 plotly>=3.1
-ipywidgets
-notebook
-jupyterlab
+ipywidgets>=7.2
+notebook>=5.3
 numpy
 pandas
 sklearn
-- 
GitLab