Skip to content

Commit

Permalink
update flair to 0.12.2 and segtok to 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rsujeevan committed May 22, 2024
1 parent 9f4ad04 commit ffd01d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformers/nlp/text_embedding_similarity_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class EmbeddingSimilarityTransformer(CustomTransformer):
_unsupervised = True

_modules_needed_by_name = ["gensim==4.3.2", 'regex==2024.5.15', 'flair==0.4.1', 'segtok==1.5.7']
_modules_needed_by_name = ["gensim==4.3.2", 'regex==2024.5.15', 'flair==0.12.2', 'segtok==1.5.11']
_is_reproducible = False
_can_use_gpu = True
_repl_val = 0
Expand Down

0 comments on commit ffd01d7

Please sign in to comment.