From 093689877f07ee1caf226c6aa7c8c475986eee54 Mon Sep 17 00:00:00 2001 From: TOUL Date: Mon, 24 Jul 2023 16:43:57 +0200 Subject: [PATCH] FIX dep --- requirements.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8655699..3d1fbf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,14 @@ jupyter==1.0.0 jupyter_contrib_nbextensions==0.5.1 -nbconvert==7.2.1 +nbconvert==7.7.2 numpy==1.23.3 matplotlib==3.7.1 pandas==1.4.4 scikit-learn==1.1.3 seaborn==0.12.0 +fastapi==0.95.2 +uvicorn==0.22.0 + +# Temp fix due to broken new version of jupyter-nbextensions-configurator 0.6.3 incompatible with notebook 7.0.0 +notebook==6.5.4 +jupyter-nbextensions-configurator==0.6.2 \ No newline at end of file