Skip to content

Commit b322035

Browse files
committed
Add jupyterlab dependency
1 parent 6e3a41b commit b322035

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
long_description_content_type="text/markdown",
4444
packages=setuptools.find_packages(),
4545
install_requires=[
46-
"jupyter_server>=1.6,<2"
46+
"jupyter_server>=1.6,<2",
47+
"jupyterlab==3.1.0-alpha.10"
4748
],
4849
zip_safe=False,
4950
include_package_data=True,

0 commit comments

Comments
 (0)