Skip to content

Commit 56bd634

Browse files
feat: add audioop-lts requirement for Python 3.13+
Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) <[email protected]>
1 parent 6321942 commit 56bd634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def run(self):
198198
"deepgram-sdk >= 3.2.7",
199199
"httpx >= 0.27.0", # to increase deepgram timeout
200200
"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
201202
"ffmpeg-python >= 0.2.0", # extracting audio from local video
202203
"torchaudio >= 2.3.1", # silence removal from audio
203204
"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

Comments
 (0)