Skip to content

Commit 97bb83b

Browse files
authored
Merge pull request #264 from jcoady/jupyterlab4
add jupyterlab-vpython to install-requires list
2 parents f126078 + 661168a commit 97bb83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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', 'numpy', 'ipykernel',
13+
install_requires = ['jupyter', 'jupyter-server-proxy', 'jupyterlab-vpython', 'numpy', 'ipykernel',
1414
'autobahn>=22.6.1, <27']
1515

1616
setup_args = dict(

0 commit comments

Comments
 (0)