From 81b865cafbe56ff51362472dbd271fef3351b1c8 Mon Sep 17 00:00:00 2001 From: Ganesh Patil <7030871503ganeshpatil@gmail.com> Date: Mon, 9 Feb 2026 16:24:17 +0530 Subject: [PATCH] fix(deps): add pyzmq to requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 067a3ec..75664e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ numpy scipy matplotlib cvxopt -PyGithub \ No newline at end of file +PyGithub +pyzmq \ No newline at end of file