Skip to content

Commit 4eeca15

Browse files
committed
Update requirements for jupyter-server-proxy
1 parent fb70d5d commit 4eeca15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
setuptools.setup(
44
name="jupyter-rsession-proxy",
5-
version='2.2.0',
5+
version='2.2.1',
66
url="https://github.com/jupyterhub/jupyter-rsession-proxy",
77
author="Ryan Lovett & Yuvi Panda",
88
description="Jupyter extension to proxy RStudio",
99
packages=setuptools.find_packages(),
1010
keywords=['Jupyter'],
1111
classifiers=['Framework :: Jupyter'],
1212
install_requires=[
13-
'jupyter-server-proxy>=3.2.2'
13+
'jupyter-server-proxy>=3.2.3,!=4.0.0,!=4.1.0'
1414
],
1515
entry_points={
1616
'jupyter_serverproxy_servers': [

0 commit comments

Comments
 (0)