Skip to content

Commit 98b7723

Browse files
committed
Explicitly specify version of jupyter-server-proxy needed
We made a release!
1 parent 360f9b0 commit 98b7723

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: environment.yml

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ channels:
33
dependencies:
44
- websockify
55
- pip:
6-
- https://github.com/jupyterhub/jupyter-server-proxy/archive/0e67e1afd0bab1342443f13bd147a2f8c682e9e0.zip
76
- .

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'desktop = jupyter_desktop:setup_desktop',
1111
]
1212
},
13-
install_requires=['jupyter-server-proxy'],
13+
install_requires=['jupyter-server-proxy>=1.2.0'],
1414
include_package_data=True,
1515
zip_safe=False
1616
)

0 commit comments

Comments
 (0)