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