From e38117d9bf2db6e6699c023d29802fb04dda55a0 Mon Sep 17 00:00:00 2001 From: anbukannadhasan <154507930+Anbukannadhasan@users.noreply.github.com> Date: Tue, 2 Dec 2025 12:23:16 +0000 Subject: [PATCH] gh #199 Downgraded numpy to 1.26.4 to match the opencv --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6bf9776..0084aaa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ jmespath==1.0.1 marshmallow==3.21.1 multidict==6.0.5 netifaces==0.11.0 -numpy>=2.0.0,<2.3.0 +numpy==1.26.4 opencv-python==4.9.0.80 outcome==1.3.0.post0 packaging==24.0