Skip to content

Commit

Permalink
rm simpleaudio from requirements to fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmhalvor committed Sep 28, 2024
1 parent 88a4281 commit ea85d4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions examples/play_audio.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# NOTE simpleaudio is excluded from requirements due to non-portability.
import numpy as np
import simpleaudio as sa

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ kagglehub
tflite

librosa
simpleaudio
soundfile

apache-beam>=2.59.0
Expand Down

0 comments on commit ea85d4d

Please sign in to comment.