diff --git a/requirements.txt b/requirements.txt index 0799b65..d45a1e4 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.2 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 4560170..ff51883 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.2 packages = find: [options.package_data]