Skip to content

Commit

Permalink
pin jupyter_client<8 and pyzmq<25 (#6749)
Browse files Browse the repository at this point in the history
  • Loading branch information
RRosio committed Jul 27, 2023
1 parent 25bf597 commit fe35f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@
'tornado>=6.1',
# pyzmq>=17 is not technically necessary,
# but hopefully avoids incompatibilities with Tornado 5. April 2018
'pyzmq>=17',
'pyzmq>=17,<25',
'argon2-cffi',
'traitlets>=4.2.1',
'jupyter_core>=4.6.1',
'jupyter_client>=5.3.4',
'jupyter_client>=5.3.4,<8',
'ipython_genutils',
'nbformat',
'nbconvert>=5',
Expand Down

0 comments on commit fe35f93

Please sign in to comment.