From a761f54cab57d7983273228f6be63eef5846e2d2 Mon Sep 17 00:00:00 2001 From: M Starch Date: Wed, 2 Nov 2022 17:19:35 -0700 Subject: [PATCH] lestarch: fixing pzmq install (#100) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 46c2a35e..d30cc6f6 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ install_requires=[ "flask>=1.1.2, <2.0.0", "flask_compress>=1.11, <2.0", - "pyzmq>=22.3.0, <23.0.0", + "pyzmq>=24.0.1, <25.0.0", "pexpect>=4.8.0, <5.0.0", "pytest>=6.2.4, <7.0.0", "flask_restful>=0.3.8, <1.0.0",