8000
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 54f6ea4 commit 7cd508cCopy full SHA for 7cd508c
setup.py
@@ -22,7 +22,7 @@
22
"Topic :: System :: Shells"],
23
packages=find_packages(include=["matlab_kernel", "matlab_kernel.*"]),
24
requires=["metakernel (>0.18.0)", "jupyter_client (>=4.4.0)",
25
- "pathlib", 'ipython (>=4.0.0)'],
+ "ipython (>=4.0.0)"],
26
install_requires=["metakernel>=0.18.0", "jupyter_client >=4.4.0",
27
"ipython>=4.0.0",
28
"backports.tempfile;python_version<'3.0'"]
0 commit comments