mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
chore: update transformers test dependency (#9537)
This commit is contained in:
parent
ec371387f0
commit
556dcc9e46
@ -86,15 +86,15 @@ dependencies = [
|
||||
"numpy>=2", # Haystack is compatible both with numpy 1.x and 2.x, but we test with 2.x
|
||||
"numba>=0.54.0", # This pin helps uv resolve the dependency tree. See https://github.com/astral-sh/uv/issues/7881
|
||||
|
||||
"pandas", # AzureOCRDocumentConverter, CSVDocumentCleaner, CSVDocumentSplitter,
|
||||
# EvaluationRunResult, XLSXToDocument, and pipeline tests
|
||||
"pandas", # AzureOCRDocumentConverter, CSVDocumentCleaner, CSVDocumentSplitter,
|
||||
# EvaluationRunResult, XLSXToDocument, and pipeline tests
|
||||
|
||||
"transformers[torch, sentencepiece]>=4.51.1,<4.52", # ExtractiveReader, TransformersSimilarityRanker, LocalWhisperTranscriber, HFGenerators...
|
||||
"huggingface_hub>=0.27.0", # Hugging Face API Generators and Embedders
|
||||
"sentence-transformers>=4.1.0", # Sentence Transformers Embedders, Rankers, and SASEvaluator
|
||||
"langdetect", # TextLanguageRouter and DocumentLanguageClassifier
|
||||
"openai-whisper>=20231106", # LocalWhisperTranscriber
|
||||
"arrow>=1.3.0", # Jinja2TimeExtension
|
||||
"transformers[torch, sentencepiece]>=4.52.4,<4.53", # ExtractiveReader, TransformersSimilarityRanker, LocalWhisperTranscriber, HFGenerators...
|
||||
"huggingface_hub>=0.27.0", # Hugging Face API Generators and Embedders
|
||||
"sentence-transformers>=4.1.0", # Sentence Transformers Embedders, Rankers, and SASEvaluator
|
||||
"langdetect", # TextLanguageRouter and DocumentLanguageClassifier
|
||||
"openai-whisper>=20231106", # LocalWhisperTranscriber
|
||||
"arrow>=1.3.0", # Jinja2TimeExtension
|
||||
|
||||
|
||||
# Converters
|
||||
|
Loading…
x
Reference in New Issue
Block a user