Skip to content

Commit

Permalink
Merge pull request #162 from jhgoebbert/feature/jupyter-server-proxy-…
Browse files Browse the repository at this point in the history
…version

update install requirement (jupyter-server-proxy) for unix-socket-support
  • Loading branch information
yuvipanda authored Jan 4, 2025
2 parents e2618ac + 0a2332f commit 972ca72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
keywords=['Jupyter'],
classifiers=['Framework :: Jupyter'],
install_requires=[
'jupyter-server-proxy>=3.2.3,!=4.0.0,!=4.1.0'
'jupyter-server-proxy>4.1.0'
],
entry_points={
'jupyter_serverproxy_servers': [
Expand Down

0 comments on commit 972ca72

Please sign in to comment.