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 3fa7c1e commit 426901aCopy full SHA for 426901a
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "jupyter-matlab-proxy"
9
-version = "0.17.5"
+version = "0.18.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.26.0",
+ "matlab-proxy>=0.30.0",
47
"psutil",
48
"requests",
49
]
0 commit comments