We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1417af5 commit 057564dCopy full SHA for 057564d
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "jupyter-matlab-proxy"
9
-version = "0.16.4"
+version = "0.17.0"
10
description = "MATLAB Integration for Jupyter"
11
readme = "README.md"
12
license = { file = "LICENSE.md" }
@@ -43,7 +43,7 @@ dependencies = [
43
"ipykernel>=6.0.3",
44
"jupyter-client",
45
"jupyter-server-proxy>=4.1.0",
46
- "matlab-proxy>=0.25.0",
+ "matlab-proxy>=0.26.0",
47
"psutil",
48
"requests",
49
]
0 commit comments