Skip to content

Commit

Permalink
add jupyterlab-vpython to install-requires list
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoady committed Feb 28, 2024
1 parent f126078 commit 661168a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
extensions = [Extension('vpython.cyvector', ['vpython/cyvector.c'])]


install_requires = ['jupyter', 'jupyter-server-proxy', 'numpy', 'ipykernel',
install_requires = ['jupyter', 'jupyter-server-proxy', 'jupyterlab-vpython', 'numpy', 'ipykernel',
'autobahn>=22.6.1, <27']

setup_args = dict(
Expand Down

0 comments on commit 661168a

Please sign in to comment.