Skip to content

Commit

Permalink
ci: bump transformers to 4.37.2 in test_requirements (#6848)
Browse files Browse the repository at this point in the history
* bump transformers to 4.37.1 in test_requirements

* use 4.37.2
  • Loading branch information
anakin87 committed Jan 30, 2024
1 parent ceda4cd commit 537107b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Package Components

transformers[torch,sentencepiece]==4.36.2 # ExtractiveReader, TransformersSimilarityRanker, LocalWhisperTranscriber, HFGenerators...
transformers[torch,sentencepiece]==4.37.2 # ExtractiveReader, TransformersSimilarityRanker, LocalWhisperTranscriber, HFGenerators...
spacy>=3.7,<3.8 # NamedEntityExtractor
spacy-curated-transformers>=0.2,<=0.3 # NamedEntityExtractor
https://github.com/explosion/spacy-models/releases/download/en_core_web_trf-3.7.3/en_core_web_trf-3.7.3-py3-none-any.whl # NamedEntityExtractor
Expand Down

0 comments on commit 537107b

Please sign in to comment.