Skip to content

Commit c97b445

Browse files
authored
Merge pull request #1036 from hwangsihu/main
Fixed an issue where onnxruntime would not install on Windows
2 parents fd45708 + 265507f commit c97b445

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)