From 265507f2133a7be513b0fe2a85f53e04a08acfbe Mon Sep 17 00:00:00 2001 From: hwangsihu Date: Tue, 4 Mar 2025 17:33:27 +0900 Subject: [PATCH] Fixed an issue where onnxruntime would not install on Windows --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fce0ae5..1998c59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ networkx==3.1 omegaconf==2.3.0 onnx==1.16.0 onnxruntime-gpu==1.18.0; sys_platform == 'linux' -onnxruntime==1.18.0; sys_platform == 'darwin' or sys_platform == 'windows' +onnxruntime==1.18.0; sys_platform == 'darwin' or sys_platform == 'win32' openai-whisper==20231117 protobuf==4.25 pydantic==2.7.0