Skip to content

Commit

Permalink
Merge pull request #3586 from takluyver/pyzmq17
Browse files Browse the repository at this point in the history
"Require" pyzmq>=17
  • Loading branch information
takluyver authored May 1, 2018
2 parents c1b7618 + 7bfa3d0 commit 464d449
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 464d449

Please sign in to comment.