Skip to content

Commit 3228ed6

Browse files
committed
Fixed an issue where onnxruntime would not install on Windows
1 parent eeba7aa commit 3228ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ networkx==3.1
1818
omegaconf==2.3.0
1919
onnx==1.16.0
2020
onnxruntime-gpu==1.18.0; sys_platform == 'linux'
21-
onnxruntime==1.18.0; sys_platform == 'darwin' or sys_platform == 'windows'
21+
onnxruntime==1.18.0; sys_platform == 'darwin' or sys_platform == 'win32'
2222
openai-whisper==20231117
2323
protobuf==4.25
2424
pydantic==2.7.0

0 commit comments

Comments
 (0)