Skip to content

Commit

Permalink
Explicitly specify version of jupyter-server-proxy needed
Browse files Browse the repository at this point in the history
We made a release!
  • Loading branch information
yuvipanda committed Nov 19, 2019
1 parent 360f9b0 commit 98b7723
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ channels:
dependencies:
- websockify
- pip:
- https://github.com/jupyterhub/jupyter-server-proxy/archive/0e67e1afd0bab1342443f13bd147a2f8c682e9e0.zip
- .
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'desktop = jupyter_desktop:setup_desktop',
]
},
install_requires=['jupyter-server-proxy'],
install_requires=['jupyter-server-proxy>=1.2.0'],
include_package_data=True,
zip_safe=False
)

0 comments on commit 98b7723

Please sign in to comment.