Skip to content

Commit

Permalink
Add dependency on simpervisor v1.0.0 for Windows Support.
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhakk-mw committed Jun 15, 2023
1 parent 730fe7a commit 45c0144
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,14 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]

# Note: Simpervisor v1.0.0 is required to support jupyter-matlab-proxy on Windows.
# While fresh installs of juptyer-server-proxy will download v1.0.0 of simpervisor,
# Existing installations where jupyter-matlab-proxy is being deployed would not get this update.
# It is safe to update simpervisor to v1.0.0 while keeping jupyter-server-proxy at its existing level.
dependencies = [
"jupyter-server-proxy",
"simpervisor>=1.0.0",
"jupyter-contrib-nbextensions",
"matlab-proxy>=0.6.0",
"psutil",
Expand Down

0 comments on commit 45c0144

Please sign in to comment.