From 0b5f9c6788cbf84cb4ab16e8fad0d513cfefe48b Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 8 Feb 2021 17:54:47 +0100 Subject: [PATCH] Update base requirements --- tljh/requirements-base.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tljh/requirements-base.txt b/tljh/requirements-base.txt index 92be176..e4a6e97 100644 --- a/tljh/requirements-base.txt +++ b/tljh/requirements-base.txt @@ -8,12 +8,11 @@ notebook==6.1.* jupyterlab==3.* nteract-on-jupyter==2.1.* # Install jupyterlab extensions from PyPI -jupyterlab-widgets==1.* # nbgitpuller for easily pulling in Git repositories nbgitpuller==0.9.* # nbresuse to show people how much RAM they are using nbresuse==0.3.* # Most people consider ipywidgets to be part of the core notebook experience -ipywidgets==7.5.* +ipywidgets==7.6.* # Pin tornado -tornado<6 +tornado>=6.1