Skip to content

Commit

Permalink
Limit to tornado <6 for now
Browse files Browse the repository at this point in the history
Tornado 6.0a1 is causing test failures in CI
  • Loading branch information
takluyver authored and Zsailer committed Sep 25, 2019
1 parent 41fd432 commit c1c393c
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 @@ -74,7 +74,7 @@
zip_safe = False,
install_requires = [
'jinja2',
'tornado>=4',
'tornado>=4, <6',
# pyzmq>=17 is not technically necessary,
# but hopefully avoids incompatibilities with Tornado 5. April 2018
'pyzmq>=17',
Expand Down

0 comments on commit c1c393c

Please sign in to comment.