Skip to content

Commit 5e8755c

Browse files
authored
Merge pull request #205 from vpython/autobahn_setup
add version guard for autobahn
2 parents 699c6fa + 6978176 commit 5e8755c

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
@@ -19,7 +19,7 @@
1919
import versioneer
2020

2121
install_requires = ['jupyter', 'jupyter-server-proxy', 'numpy', 'ipykernel',
22-
'autobahn>=18.8.2']
22+
'autobahn>=18.8.2, <=21.11.1']
2323

2424
setup_args = dict(
2525
name='vpython',

0 commit comments

Comments
 (0)