Skip to content

Commit 3422920

Browse files
author
goebbert1
committed
fix environment.yml
1 parent eac6e03 commit 3422920

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

environment.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ name: jupyter-xprahtml5-proxy
33
channels:
44
- conda-forge
55
dependencies:
6-
- jupyterlab=3
6+
- tornado>=6.3
7+
- jupyterlab=4
78
- jupyterlab_server
8-
- jupyter-server-proxy>=3.1.0
9+
- jupyter-server-proxy>=4.0
910
- jupyter_conda
1011
- pip
1112
- pip:
12-
# - xpra>=4.0.4
13+
# - xpra>=5.0.0
1314
- -r file:requirements.txt

0 commit comments

Comments
 (0)