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 b127f92 commit 645248aCopy full SHA for 645248a
pyproject.toml
@@ -4,6 +4,7 @@ requires = [
4
"wheel>=0.30",
5
"jupyter_packaging~=0.9.0",
6
"jupyterlab~=3.0",
7
+ "jupyter_client~=6.2.0"
8
]
9
build-backend = "setuptools.build_meta"
10
setup.cfg
@@ -30,6 +30,8 @@ install_requires =
30
ipywidgets>=7.6.0,<8
31
pandas>=0.25.0
32
py2vega>=0.5.0
33
+ jupyter_client<=6.2.0
34
+
35
python_requires = >=3.6
36
include_package_data = True
37
zip_safe = False
0 commit comments