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 c7b9bdb commit 2bbf450Copy full SHA for 2bbf450
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "jupyter-matlab-proxy"
9
-version = "0.16.0"
+version = "0.16.1"
10
description = "MATLAB Integration for Jupyter"
11
readme = "README.md"
12
license = { file = "LICENSE.md" }
@@ -43,7 +43,7 @@ dependencies = [
43
"ipykernel",
44
"jupyter-client",
45
"jupyter-server-proxy>=4.1.0",
46
- "matlab-proxy>=0.16.0",
+ "matlab-proxy>=0.23.3",
47
"psutil",
48
"requests",
49
]
0 commit comments