Skip to content

Commit 382a5db

Browse files
authored
remove upper bound on pyzmq (#7305)
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
1 parent 02e8ec6 commit 382a5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
'tornado>=6.1',
110110
# pyzmq>=17 is not technically necessary,
111111
# but hopefully avoids incompatibilities with Tornado 5. April 2018
112-
'pyzmq>=17,<25',
112+
'pyzmq>=17',
113113
'argon2-cffi',
114114
'traitlets>=4.2.1',
115115
'jupyter_core>=4.6.1',

0 commit comments

Comments
 (0)