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 bbad902 commit 5eb56d1Copy full SHA for 5eb56d1
setup.py
@@ -15,7 +15,7 @@
15
16
setuptools.setup(
17
name="jupyter-matlab-proxy",
18
- version="0.4.1",
+ version="0.4.2",
19
url=config["doc_url"],
20
author="The MathWorks, Inc.",
21
author_email="jupyter-support@mathworks.com",
@@ -48,7 +48,7 @@
48
install_requires=[
49
"jupyter-server-proxy",
50
"jupyter_contrib_nbextensions",
51
- "matlab-proxy",
+ "matlab-proxy>=0.2.9",
52
],
53
tests_require=tests_require,
54
extras_require={"dev": ["black", "ruamel.yaml"] + tests_require},
0 commit comments