From 80b0571bd5079ec4ca8917a7ebc991e135f565e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:46:20 +0000 Subject: [PATCH] Update dependency spacy to v3.8.3 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c2eb2a2..b343489 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ langdetect==1.0.9 networkx==3.2.1 gensim==4.3.3 scipy==1.12.0 -spacy==3.8.0 \ No newline at end of file +spacy==3.8.3 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index c488a8c..e969734 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ install_requires = networkx==3.2.1 gensim==4.3.3 scipy==1.12.0 - spacy==3.8.0 + spacy==3.8.3 packages = find: [options.package_data]