File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ rag = [
4444 " chromadb>=0.4.22" ,
4545 " openai>=1.0.0" , # Required by chromadb's OpenAIEmbeddingFunction
4646 " onnxruntime>=1.24.1; sys_platform != 'win32'" ,
47- " onnxruntime>=1.17.0; sys_platform == 'win32'" , # markitdown pins onnxruntime<=1.20.1 on Windows
47+ " onnxruntime>=1.17.0; sys_platform == 'win32'" , # markitdown pins onnxruntime<=1.20.1 on Windows (microsoft/markitdown#1551)
4848 " huggingface-hub>=0.20.0" ,
4949 " transformers>=4.30.0" ,
5050 " watchfiles>=0.21.0" ,
@@ -57,7 +57,7 @@ memory = [
5757 " chromadb>=0.4.22" ,
5858 " openai>=1.0.0" , # Required by chromadb's OpenAIEmbeddingFunction
5959 " onnxruntime>=1.24.1; sys_platform != 'win32'" ,
60- " onnxruntime>=1.17.0; sys_platform == 'win32'" , # markitdown pins onnxruntime<=1.20.1 on Windows
60+ " onnxruntime>=1.17.0; sys_platform == 'win32'" , # markitdown pins onnxruntime<=1.20.1 on Windows (microsoft/markitdown#1551)
6161 " huggingface-hub>=0.20.0" ,
6262 " transformers>=4.30.0" ,
6363 " watchfiles>=0.21.0" ,
@@ -66,7 +66,7 @@ memory = [
6666]
6767vad = [
6868 " onnxruntime>=1.24.1; sys_platform != 'win32'" ,
69- " onnxruntime>=1.16.0; sys_platform == 'win32'" , # markitdown pins onnxruntime<=1.20.1 on Windows
69+ " onnxruntime>=1.16.0; sys_platform == 'win32'" , # markitdown pins onnxruntime<=1.20.1 on Windows (microsoft/markitdown#1551)
7070]
7171faster-whisper = [
7272 " fastapi[standard]" ,
You can’t perform that action at this time.
0 commit comments