From 5db23ad31a1ab1f4d67b6a2433a019b93c87eee7 Mon Sep 17 00:00:00 2001 From: brosenberg42 Date: Fri, 23 Aug 2024 11:41:47 -0400 Subject: [PATCH] Restrict version of spacy (#85) --- detection/nlp_text_splitter/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detection/nlp_text_splitter/pyproject.toml b/detection/nlp_text_splitter/pyproject.toml index 2dd7a1c..ef65a73 100644 --- a/detection/nlp_text_splitter/pyproject.toml +++ b/detection/nlp_text_splitter/pyproject.toml @@ -32,7 +32,7 @@ build-backend = "setuptools.build_meta" name = "nlp_text_splitter" version = "9.0" dependencies = [ - "spacy>=3.7.4", + "spacy>=3.7.4,<3.7.6", "wtpsplit>=1.3.0", # Starting with version 8.2.5, thinc will try to compile C extensions during install. # Restricting the version of thinc is easier than installing a C compiler in every component