@@ -86,15 +86,15 @@ dependencies = [
8686 " numpy>=2" , # Haystack is compatible both with numpy 1.x and 2.x, but we test with 2.x
8787 " numba>=0.54.0" , # This pin helps uv resolve the dependency tree. See https://github.com/astral-sh/uv/issues/7881
8888
89- " pandas" , # AzureOCRDocumentConverter, CSVDocumentCleaner, CSVDocumentSplitter,
90- # EvaluationRunResult, XLSXToDocument, and pipeline tests
91-
92- " transformers[torch, sentencepiece]>=4.51.1 ,<4.52 " , # ExtractiveReader, TransformersSimilarityRanker, LocalWhisperTranscriber, HFGenerators...
93- " huggingface_hub>=0.27.0" , # Hugging Face API Generators and Embedders
94- " sentence-transformers>=4.1.0" , # Sentence Transformers Embedders, Rankers, and SASEvaluator
95- " langdetect" , # TextLanguageRouter and DocumentLanguageClassifier
96- " openai-whisper>=20231106" , # LocalWhisperTranscriber
97- " arrow>=1.3.0" , # Jinja2TimeExtension
89+ " pandas" , # AzureOCRDocumentConverter, CSVDocumentCleaner, CSVDocumentSplitter,
90+ # EvaluationRunResult, XLSXToDocument, and pipeline tests
91+
92+ " transformers[torch, sentencepiece]>=4.52.4 ,<4.53 " , # ExtractiveReader, TransformersSimilarityRanker, LocalWhisperTranscriber, HFGenerators...
93+ " huggingface_hub>=0.27.0" , # Hugging Face API Generators and Embedders
94+ " sentence-transformers>=4.1.0" , # Sentence Transformers Embedders, Rankers, and SASEvaluator
95+ " langdetect" , # TextLanguageRouter and DocumentLanguageClassifier
96+ " openai-whisper>=20231106" , # LocalWhisperTranscriber
97+ " arrow>=1.3.0" , # Jinja2TimeExtension
9898
9999
100100 # Converters
0 commit comments