Skip to content

Commit 645248a

Browse files
committed
Pin jupyter_client < 7.0.0
Signed-off-by: Itay Dafna <[email protected]>
1 parent b127f92 commit 645248a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ requires = [
44
"wheel>=0.30",
55
"jupyter_packaging~=0.9.0",
66
"jupyterlab~=3.0",
7+
"jupyter_client~=6.2.0"
78
]
89
build-backend = "setuptools.build_meta"
910

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ install_requires =
3030
ipywidgets>=7.6.0,<8
3131
pandas>=0.25.0
3232
py2vega>=0.5.0
33+
jupyter_client<=6.2.0
34+
3335
python_requires = >=3.6
3436
include_package_data = True
3537
zip_safe = False

0 commit comments

Comments
 (0)