Skip to content

Commit

Permalink
FIX broken dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien Massiot committed Sep 19, 2023
1 parent 6599fd6 commit 61a7b99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
.vscode
__pycache__/
.ipynb_checkpoints/
.DS_Store
._.DS_Store
**/.DS_Store
**/._.DS_Store
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ 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
jupyter-nbextensions-configurator==0.6.2

# Fix SAJO AUMA https://github.com/microsoft/azuredatastudio/issues/24443
traitlets==5.9.0

0 comments on commit 61a7b99

Please sign in to comment.