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 2882c46 commit b6a0e27Copy full SHA for b6a0e27
pyproject.toml
@@ -3,8 +3,7 @@ requires = [
3
"setuptools>=44",
4
"wheel>=0.30",
5
"jupyter_packaging~=0.9.0",
6
- "jupyterlab~=3.0",
7
- "jupyter_client~=6.2.0"
+ "jupyterlab~=3.0"
8
]
9
build-backend = "setuptools.build_meta"
10
setup.cfg
@@ -28,7 +28,6 @@ packages = find:
28
install_requires =
29
bqplot>=0.11.6
30
ipywidgets>=7.6.0,<8
31
- jupyter_client<=6.2.0
32
pandas>=0.25.0
33
py2vega>=0.5.0
34
python_requires = >=3.6
0 commit comments