Skip to content

Commit b6a0e27

Browse files
committed
Remove jupyter_client pin
Signed-off-by: Itay Dafna <[email protected]>
1 parent 2882c46 commit b6a0e27

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ requires = [
33
"setuptools>=44",
44
"wheel>=0.30",
55
"jupyter_packaging~=0.9.0",
6-
"jupyterlab~=3.0",
7-
"jupyter_client~=6.2.0"
6+
"jupyterlab~=3.0"
87
]
98
build-backend = "setuptools.build_meta"
109

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ packages = find:
2828
install_requires =
2929
bqplot>=0.11.6
3030
ipywidgets>=7.6.0,<8
31-
jupyter_client<=6.2.0
3231
pandas>=0.25.0
3332
py2vega>=0.5.0
3433
python_requires = >=3.6

0 commit comments

Comments
 (0)