Skip to content

Commit 183dc33

Browse files
authored
Merge pull request #91 from consideRatio/pr/bump-jsp
Require jupyter-server-proxy 4+
2 parents bf7ddd9 + 3911ba8 commit 183dc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def run(self):
6464
]
6565
},
6666
install_requires=[
67-
'jupyter-server-proxy>=1.4.0',
67+
'jupyter-server-proxy>=4.1.0',
6868
],
6969
include_package_data=True,
7070
keywords=["Interactive", "Desktop", "Jupyter"],

0 commit comments

Comments
 (0)