From d8b2507b1b28972240c5f71833a2de8716943006 Mon Sep 17 00:00:00 2001 From: ahmednasserswe Date: Fri, 11 Oct 2024 01:56:22 +0200 Subject: [PATCH] Using spacy 3.7.5 which is not the latest version but it is compatible with the other dependencies --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c9bf7d..fb99f97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,4 +25,4 @@ protobuf==3.20.2 openai==1.35.6 anthropic==0.31.1 pycld3==0.22 -spacy \ No newline at end of file +spacy==3.7.5 \ No newline at end of file