From 7e0ee71c896d44768f02d5857e9c59c056d2c6e7 Mon Sep 17 00:00:00 2001 From: amyheather Date: Mon, 17 Jun 2024 14:28:45 +0100 Subject: [PATCH] Force numpy version as having issue when tries to go to 2.x --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 5585b0c..2367c62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,8 @@ plotly==5.22.0 # as decided that overlay is not the right approach opencv-python==4.9.0.80 matplotlib==3.9.0 +# Force numpy version due to bug with opencv +numpy==1.26.4 # 17 June 2024: Tenacity (one of the dependencies of the above) released 8.4.0 # today which breaks langchain, so force to use 8.3.0