Skip to content

Commit 972ca72

Browse files
authored
Merge pull request #162 from jhgoebbert/feature/jupyter-server-proxy-version
update install requirement (jupyter-server-proxy) for unix-socket-support
2 parents e2618ac + 0a2332f commit 972ca72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
keywords=['Jupyter'],
1111
classifiers=['Framework :: Jupyter'],
1212
install_requires=[
13-
'jupyter-server-proxy>=3.2.3,!=4.0.0,!=4.1.0'
13+
'jupyter-server-proxy>4.1.0'
1414
],
1515
entry_points={
1616
'jupyter_serverproxy_servers': [

0 commit comments

Comments
 (0)