From d11388acccee396430b0e52a95b994613e5048d3 Mon Sep 17 00:00:00 2001 From: Krishnan Date: Sun, 26 Nov 2023 22:58:38 +0530 Subject: [PATCH] updated the Spacy dependency version updated the Spacy dependency version which was blocking installing using PIP --- dev-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 86e3de486..684394466 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -6,10 +6,10 @@ pint>=0.8.1 pymongo>=3.3,<4.0 twine twython -spacy>=2.1,<2.2 +spacy>=2.1,<3.7 sphinx>=3.0,<3.1 sphinx_rtd_theme pyyaml>=5.3,<5.4 git+git://github.com/gunthercox/chatterbot-corpus@master#egg=chatterbot_corpus https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.1.0/en_core_web_sm-2.1.0.tar.gz#egg=en_core_web_sm -https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-2.1.0/de_core_news_sm-2.1.0.tar.gz#egg=de_core_news_sm \ No newline at end of file +https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-2.1.0/de_core_news_sm-2.1.0.tar.gz#egg=de_core_news_sm