Skip to content

Commit 4d34e51

Browse files
authored
Merge pull request #266 from jcoady/jupyterlab4
install_requires jupyterlab-vpython >= 3.1.7
2 parents 5a8171b + 9a1baa0 commit 4d34e51

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

1616
setup_args = dict(

0 commit comments

Comments
 (0)