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.
2 parents 0dc26f6 + 0cc342f commit b2ddae8Copy full SHA for b2ddae8
setup.py
@@ -10,7 +10,7 @@
10
extensions = [Extension('vpython.cyvector', ['vpython/cyvector.c'])]
11
12
13
-install_requires = ['jupyter', 'jupyter-server-proxy', 'jupyterlab-vpython>=3.1.8', 'numpy', 'ipykernel',
+install_requires = ['jupyter', 'jupyter-server-proxy', 'jupyterlab-vpython>=3.1.8', 'notebook>=7.0.0', 'numpy', 'ipykernel',
14
'autobahn>=22.6.1, <27']
15
16
setup_args = dict(
0 commit comments