@@ -89,7 +89,7 @@ dependencies = [
8989 " pandas" , # AzureOCRDocumentConverter, CSVDocumentCleaner, CSVDocumentSplitter,
9090 # EvaluationRunResult, XLSXToDocument, and pipeline tests
9191
92- " transformers[torch,sentencepiece]>=4.51.1,<4.52" , # ExtractiveReader, TransformersSimilarityRanker, LocalWhisperTranscriber, HFGenerators...
92+ " transformers[torch, sentencepiece]>=4.51.1,<4.52" , # ExtractiveReader, TransformersSimilarityRanker, LocalWhisperTranscriber, HFGenerators...
9393 " huggingface_hub>=0.27.0" , # Hugging Face API Generators and Embedders
9494 " sentence-transformers>=4.1.0" , # Sentence Transformers Embedders, Rankers, and SASEvaluator
9595 " langdetect" , # TextLanguageRouter and DocumentLanguageClassifier
@@ -333,7 +333,8 @@ ignore = [
333333 " SIM118" , # in-dict-keys
334334 # we re-export symbols for correct type checking
335335 # https://typing.python.org/en/latest/spec/distributing.html#import-conventions
336- " PLC0414" , # useless-import-alias
336+ " PLC0414" , # useless-import-alias,
337+ " PLC0415" , # import-outside-top-level,
337338]
338339
339340[tool .ruff .lint .mccabe ]
0 commit comments