We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c25359 commit f2d088aCopy full SHA for f2d088a
1 file changed
setup.py
@@ -232,12 +232,12 @@ def run(self):
232
# audio/video transcription
233
"deepgram-sdk >= 3.2.7",
234
"httpx >= 0.27.0", # to increase deepgram timeout
235
- "pydub >= 0.25.1", # extracting audio from local video
+ "pydub == 0.25.1", # extracting audio from local video
236
# audioop was removed in stdlib in Python 3.13 and pydub needs it
237
# See https://github.com/jiaaro/pydub/issues/815
238
"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
+ "ffmpeg-python == 0.2.0", # extracting audio from local video
+ "torchaudio == 2.8.0", # silence removal from audio
241
],
242
"anki": [
243
"ankipandas>=0.3.15",
0 commit comments