Skip to content

Commit

Permalink
Merge pull request #264 from jcoady/jupyterlab4
Browse files Browse the repository at this point in the history
add jupyterlab-vpython to install-requires list
  • Loading branch information
jcoady committed Feb 28, 2024
2 parents f126078 + 661168a commit 97bb83b
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 97bb83b

Please sign in to comment.