Skip to content

Commit 68ef1e8

Browse files
authored
Fix depdency resolution issue in requirements.txt (#190)
1 parent 5fc9d64 commit 68ef1e8

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Diff for: jupyter-voila/requirements.txt

+5-7
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,12 @@ jedi==0.18.2
3636
Jinja2==3.1.2
3737
json5==0.9.11
3838
jsonschema==4.17.3
39-
jupyter==1.0.0
40-
jupyter-console==6.6.3
41-
jupyter-server==2.7.2
39+
jupyter-server==1.24.0
4240
jupyter_client==7.4.1
43-
jupyter_core==5.3.0
41+
jupyter_core==5.5.0
4442
jupyterlab-pygments==0.2.2
45-
jupyterlab-widgets==3.0.6
46-
jupyterlab_server==2.20.0
43+
jupyterlab-widgets==3.0.9
44+
jupyterlab_server==2.24.0
4745
kiwisolver==1.4.4
4846
MarkupSafe==2.1.2
4947
matplotlib==3.7.1
@@ -82,7 +80,7 @@ qtconsole==5.4.1
8280
QtPy==2.3.0
8381
requests==2.31.0
8482
scipy==1.10.1
85-
Send2Trash==1.8.0
83+
Send2Trash==1.8.2
8684
six==1.16.0
8785
sniffio==1.3.0
8886
soupsieve==2.4

0 commit comments

Comments
 (0)