Skip to content

Commit 661168a

Browse files
committed
add jupyterlab-vpython to install-requires list
1 parent f126078 commit 661168a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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)