Skip to content

Commit fe35f93

Browse files
authored
pin jupyter_client<8 and pyzmq<25 (#6749)
1 parent 25bf597 commit fe35f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@
109109
'tornado>=6.1',
110110
# pyzmq>=17 is not technically necessary,
111111
# but hopefully avoids incompatibilities with Tornado 5. April 2018
112-
'pyzmq>=17',
112+
'pyzmq>=17,<25',
113113
'argon2-cffi',
114114
'traitlets>=4.2.1',
115115
'jupyter_core>=4.6.1',
116-
'jupyter_client>=5.3.4',
116+
'jupyter_client>=5.3.4,<8',
117117
'ipython_genutils',
118118
'nbformat',
119119
'nbconvert>=5',

0 commit comments

Comments
 (0)