Skip to content

Commit

Permalink
FIX dep
Browse files Browse the repository at this point in the history
  • Loading branch information
TOUL committed Jul 24, 2023
1 parent e8b3f77 commit 0936898
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0936898

Please sign in to comment.