Skip to content

Commit b2ddae8

Browse files
authored
Merge pull request #276 from jcoady/jupyterlab4
Add notebook package to install_requires dependency list.
2 parents 0dc26f6 + 0cc342f commit b2ddae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
extensions = [Extension('vpython.cyvector', ['vpython/cyvector.c'])]
1111

1212

13-
install_requires = ['jupyter', 'jupyter-server-proxy', 'jupyterlab-vpython>=3.1.8', 'numpy', 'ipykernel',
13+
install_requires = ['jupyter', 'jupyter-server-proxy', 'jupyterlab-vpython>=3.1.8', 'notebook>=7.0.0', 'numpy', 'ipykernel',
1414
'autobahn>=22.6.1, <27']
1515

1616
setup_args = dict(

0 commit comments

Comments
 (0)