Skip to content

Commit

Permalink
"Require" pyzmq>=17
Browse files Browse the repository at this point in the history
Not really a requirement, but explaining about the pyzmq/tornado incompatibility
gets old fast.

Closes jupytergh-3579
  • Loading branch information
takluyver committed Apr 30, 2018
1 parent 2aca6f9 commit 7bfa3d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
install_requires = [
'jinja2',
'tornado>=4',
# pyzmq>=17 is not technically necessary,
# but hopefully avoids incompatibilities with Tornado 5. April 2018
'pyzmq>=17',
'ipython_genutils',
'traitlets>=4.2.1',
'jupyter_core>=4.4.0',
Expand Down

0 comments on commit 7bfa3d0

Please sign in to comment.