You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,7 @@ def run(self):
198
198
"deepgram-sdk >= 3.2.7",
199
199
"httpx >= 0.27.0", # to increase deepgram timeout
200
200
"pydub >= 0.25.1", # extracting audio from local video
201
+
"audioop-lts >= 1.0.0; python_version >= '3.13'", # audioop replacement for Python 3.13+, needed by pydub
201
202
"ffmpeg-python >= 0.2.0", # extracting audio from local video
202
203
"torchaudio >= 2.3.1", # silence removal from audio
203
204
"trio >= 0.30.0", # for some reason older versions of trio, when present are used and cause issues on python 3.11: https://github.com/python-trio/trio/issues/2317
0 commit comments