diff --git a/setup.py b/setup.py index 1c559b0bce..a8596e8eed 100755 --- a/setup.py +++ b/setup.py @@ -109,7 +109,7 @@ 'tornado>=6.1', # pyzmq>=17 is not technically necessary, # but hopefully avoids incompatibilities with Tornado 5. April 2018 - 'pyzmq>=17,<25', + 'pyzmq>=17', 'argon2-cffi', 'traitlets>=4.2.1', 'jupyter_core>=4.6.1',