Skip to content

Commit

Permalink
update transformers (#8296)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Aug 27, 2024
1 parent 6b0ee4c commit 25d333b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ format-check = "ruff format --check {args}"

[tool.hatch.envs.test]
extra-dependencies = [
"transformers[torch,sentencepiece]==4.41.2", # ExtractiveReader, TransformersSimilarityRanker, LocalWhisperTranscriber, HFGenerators...
"transformers[torch,sentencepiece]==4.44.2", # ExtractiveReader, TransformersSimilarityRanker, LocalWhisperTranscriber, HFGenerators...
"huggingface_hub>=0.23.0", # Hugging Face API Generators and Embedders
"sentence-transformers>=3.0.0", # SentenceTransformersTextEmbedder and SentenceTransformersDocumentEmbedder
"langdetect", # TextLanguageRouter and DocumentLanguageClassifier
Expand Down

0 comments on commit 25d333b

Please sign in to comment.