From b2ce37406d2501a5413ac3e4a277bfc02e9c6881 Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Fri, 21 Jun 2024 12:16:27 +0100 Subject: [PATCH] Fix Pandas-Numpy clash Numpy was upgraded to 2.0.0 on 16 June 2024, which has broken the Pandas import, so we lock Numpy to 1.26.4 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 1b14c16..94a7cb7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ openpyxl==3.1.2 spacy==3.5.3 wget==3.2 sentence-transformers==2.2.2 +numpy==1.26.4