Skip to content

Commit

Permalink
install_requires jupyterlab-vpython >= 3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoady committed Mar 1, 2024
1 parent 8d6af58 commit 9a1baa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
extensions = [Extension('vpython.cyvector', ['vpython/cyvector.c'])]


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

setup_args = dict(
Expand Down

0 comments on commit 9a1baa0

Please sign in to comment.