Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Update build.yaml and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
royshil committed Apr 29, 2024
1 parent 879fb6e commit c7305dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y portaudio19-dev
pip install --upgrade setuptools wheel
- name: Install dependencies for MacOS
if: matrix.os == 'macos-latest' || matrix.os == 'macos-latest-xlarge'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
ctranslate2
dotenv
faster-whisper
obsws_python
pillow
Expand All @@ -8,6 +7,7 @@ pyaudio
pydub
pyinstaller
pyqt6
python-dotenv
sentencepiece
sounddevice
soundfile

0 comments on commit c7305dd

Please sign in to comment.