root Claude Opus 4.6 commited on
Commit
82da05c
·
1 Parent(s): d76cb7d

fix: add audioop-lts for Python 3.13 compatibility

Browse files

audioop was removed in Python 3.13, which breaks pydub (gradio dep).
audioop-lts provides the compatibility shim.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  gradio==4.44.1
 
2
  pandas>=2.0.0
3
  huggingface_hub>=0.20.0
4
  datasets>=2.0.0
 
1
  gradio==4.44.1
2
+ audioop-lts
3
  pandas>=2.0.0
4
  huggingface_hub>=0.20.0
5
  datasets>=2.0.0