Skip to content

Commit

Permalink
update spacy to 3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rsujeevan committed May 22, 2024
1 parent 76c3bb7 commit 9162b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformers/nlp/text_named_entities_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class TextNamedEntityTransformer(CustomTransformer):
'%s/wasabi-0.8.2%s' % (_root_path, _suffix),
]
else:
_modules_needed_by_name = ["spacy==2.2.3",
_modules_needed_by_name = ["spacy==3.7.4",
"https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.2.5/en_core_web_sm-2.2.5.tar.gz#egg=en_core_web_sm==2.2.5"]

def __init__(self, **kwargs):
Expand Down

0 comments on commit 9162b0c

Please sign in to comment.