From ac1483ae1d399333a5ee8f6f18503d40e1ec696b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Sat, 23 May 2020 00:05:58 +0200 Subject: [PATCH] update requirements to alllow maptlot widget --- requirements.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 16e8429..931688a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ -numpy==1.18.2 -scikit-learn==0.22.2 -pandas==1.0.3 -matplotlib==3.2.1 \ No newline at end of file +numpy +scikit-learn +pandas +matplotlib +ipympl \ No newline at end of file