Skip to content

Commit

Permalink
remove upper bound on pyzmq (#7305)
Browse files Browse the repository at this point in the history
temporary pin applied to both jupyter-client 8 and pyzmq 25 _appears_ resolved with jupyter-client 7.49 (or jupyter-core 5.3.2?)

pinning pyzmq<25 prevents installation on Python 3.12, which requires pyzmq >=25.1
  • Loading branch information
minrk committed Apr 17, 2024
1 parent 02e8ec6 commit 382a5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 382a5db

Please sign in to comment.