From 048029f437e881fbb743e5f44efee9f181906eb4 Mon Sep 17 00:00:00 2001 From: Avinash Kumar Deepak Date: Sun, 8 Feb 2026 14:50:53 +0530 Subject: [PATCH] Add pyzmq dependency --- requirements.txt | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 897bdf6c..9a3554f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ beautifulsoup4 lxml tensorflow numpy +pyzmq scipy matplotlib cvxopt diff --git a/setup.py b/setup.py index 74951343..f7bbb866 100644 --- a/setup.py +++ b/setup.py @@ -27,6 +27,7 @@ "beautifulsoup4", "lxml", "numpy", + "pyzmq", "scipy", "matplotlib", "click>=8.0.0",