Skip to content

Commit 9e26024

Browse files
committed
Drop version check that is outdated
1 parent aa5765d commit 9e26024

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
install_requires = ['jupyter', 'jupyter-server-proxy', 'numpy', 'ipykernel',
2222
'autobahn>=18.8.2']
2323

24-
if sys.version_info.major == 3 and sys.version_info.minor >= 5:
25-
install_requires.append('autobahn')
26-
2724
setup_args = dict(
2825
name='vpython',
2926
packages=['vpython'],

0 commit comments

Comments
 (0)