Skip to content

Commit 464d449

Browse files
authored
Merge pull request #3586 from takluyver/pyzmq17
"Require" pyzmq>=17
2 parents c1b7618 + 7bfa3d0 commit 464d449

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@
7979
install_requires = [
8080
'jinja2',
8181
'tornado>=4',
82+
# pyzmq>=17 is not technically necessary,
83+
# but hopefully avoids incompatibilities with Tornado 5. April 2018
84+
'pyzmq>=17',
8285
'ipython_genutils',
8386
'traitlets>=4.2.1',
8487
'jupyter_core>=4.4.0',

0 commit comments

Comments
 (0)