Skip to content

Commit

Permalink
Fix 'PyAudio*' dependency for multiple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
s0d3s authored Jun 9, 2023
1 parent 82ddd74 commit 39b5e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ openai-whisper==20230314
Wave==0.0.2
openai==0.27.6
customtkinter==5.1.3
PyAudioWPatch==0.2.12.5
PyAudioWPatch==0.2.12.6; sys_platform == 'win32'
pyaudio==0.2.13; sys_platform != 'win32'
--extra-index-url https://download.pytorch.org/whl/cu117
torch
pyaudio==0.2.13

0 comments on commit 39b5e77

Please sign in to comment.