Skip to content

Commit f2d088a

Browse files
pin some audio libraries
Signed-off-by: thiswillbeyourgithub <26625900+thiswillbeyourgithub@users.noreply.github.com>
1 parent 8c25359 commit f2d088a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,12 @@ def run(self):
232232
# audio/video transcription
233233
"deepgram-sdk >= 3.2.7",
234234
"httpx >= 0.27.0", # to increase deepgram timeout
235-
"pydub >= 0.25.1", # extracting audio from local video
235+
"pydub == 0.25.1", # extracting audio from local video
236236
# audioop was removed in stdlib in Python 3.13 and pydub needs it
237237
# See https://github.com/jiaaro/pydub/issues/815
238238
"audioop-lts>=0.2.2; python_version>='3.13'",
239-
"ffmpeg-python >= 0.2.0", # extracting audio from local video
240-
"torchaudio >= 2.8.0", # silence removal from audio
239+
"ffmpeg-python == 0.2.0", # extracting audio from local video
240+
"torchaudio == 2.8.0", # silence removal from audio
241241
],
242242
"anki": [
243243
"ankipandas>=0.3.15",

0 commit comments

Comments
 (0)