Skip to content

Commit

Permalink
Merge pull request #91 from consideRatio/pr/bump-jsp
Browse files Browse the repository at this point in the history
Require jupyter-server-proxy 4+
  • Loading branch information
yuvipanda authored Feb 29, 2024
2 parents bf7ddd9 + 3911ba8 commit 183dc33
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 @@ -64,7 +64,7 @@ def run(self):
]
},
install_requires=[
'jupyter-server-proxy>=1.4.0',
'jupyter-server-proxy>=4.1.0',
],
include_package_data=True,
keywords=["Interactive", "Desktop", "Jupyter"],
Expand Down

0 comments on commit 183dc33

Please sign in to comment.