From d21350f02ddc8ea209bde12d50c309f5f3c11864 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Wed, 4 Jun 2025 13:49:38 -0600 Subject: [PATCH] fix: Update numpy version constraint to be compatible with other dependencies --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2f9cc27..64505e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ Markdown==3.8 matplotlib==3.10.3 moviepy==2.1.2 nltk==3.9.1 -numpy==2.2.6 +numpy>=1.25.0,<2.0.0 opencv_python==4.11.0.86 # Pillow==11.2.1 protobuf==6.31.1