Skip to content

Commit 45c0144

Browse files
committed
Add dependency on simpervisor v1.0.0 for Windows Support.
1 parent 730fe7a commit 45c0144

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,14 @@ classifiers = [
3737
"Programming Language :: Python :: 3.10",
3838
"Programming Language :: Python :: 3.11",
3939
]
40+
41+
# Note: Simpervisor v1.0.0 is required to support jupyter-matlab-proxy on Windows.
42+
# While fresh installs of juptyer-server-proxy will download v1.0.0 of simpervisor,
43+
# Existing installations where jupyter-matlab-proxy is being deployed would not get this update.
44+
# It is safe to update simpervisor to v1.0.0 while keeping jupyter-server-proxy at its existing level.
4045
dependencies = [
4146
"jupyter-server-proxy",
47+
"simpervisor>=1.0.0",
4248
"jupyter-contrib-nbextensions",
4349
"matlab-proxy>=0.6.0",
4450
"psutil",

0 commit comments

Comments
 (0)