From 6a1c41efbc405a18ef77cf625d66abd4a8130d6f Mon Sep 17 00:00:00 2001 From: RRosio Date: Sat, 25 Feb 2023 00:35:46 -0800 Subject: [PATCH] pin jupyter_client<8 and pyzmq<25 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d42a7c7854..1c559b0bce 100755 --- a/setup.py +++ b/setup.py @@ -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',