diff --git a/requirements/base.txt b/requirements/base.txt index 0405633..f9eb249 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ redis==4.5.5 # https://github.com/redis/redis-py hiredis==2.2.3 # https://github.com/redis/hiredis-py beautifulsoup4==4.12.2 # HTML/XML library lxml==4.9.2 # XML parser -spacy== 3.5.3 # NLP package +spacy== 3.7.1 # NLP package https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.5.0/en_core_web_sm-3.5.0.tar.gz#egg=en_core_web_sm # English model for use with spaCy