From 9a2c87def3d3db5fb80a9d385865b5fc37585991 Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Fri, 21 Oct 2022 22:07:26 +0200 Subject: [PATCH] master > master: requirements issue mit jupyter widgets --- requirements.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/requirements.txt b/requirements.txt index 4611639..8715459 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,12 @@ wheel>=0.37.1 # jupyter ipython>=8.3.0 jupyter>=1.0.0 +widgetsnbextension>=3.6.1 +# FIXME +# according to https://github.com/microsoft/vscode-jupyter/issues/8552 +# need to use v 7.7.2 for now +# ipywidgets>=8.0.2 +ipywidgets==7.7.2 # running codetiming>=1.3.0