Skip to content

Commit

Permalink
Fix depdency resolution issue in requirements.txt (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnederlof authored Nov 4, 2023
1 parent 5fc9d64 commit 68ef1e8
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions jupyter-voila/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ jedi==0.18.2
Jinja2==3.1.2
json5==0.9.11
jsonschema==4.17.3
jupyter==1.0.0
jupyter-console==6.6.3
jupyter-server==2.7.2
jupyter-server==1.24.0
jupyter_client==7.4.1
jupyter_core==5.3.0
jupyter_core==5.5.0
jupyterlab-pygments==0.2.2
jupyterlab-widgets==3.0.6
jupyterlab_server==2.20.0
jupyterlab-widgets==3.0.9
jupyterlab_server==2.24.0
kiwisolver==1.4.4
MarkupSafe==2.1.2
matplotlib==3.7.1
Expand Down Expand Up @@ -82,7 +80,7 @@ qtconsole==5.4.1
QtPy==2.3.0
requests==2.31.0
scipy==1.10.1
Send2Trash==1.8.0
Send2Trash==1.8.2
six==1.16.0
sniffio==1.3.0
soupsieve==2.4
Expand Down

0 comments on commit 68ef1e8

Please sign in to comment.