timmers commited on
Commit
0b10029
·
verified ·
1 Parent(s): d610fa3

fix: add audioop-lts for Python 3.13 (pydub compat)

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -3,3 +3,4 @@ llama-cpp-python==0.3.5
3
  gradio>=4.40
4
  huggingface_hub>=0.24
5
  spaces
 
 
3
  gradio>=4.40
4
  huggingface_hub>=0.24
5
  spaces
6
+ audioop-lts; python_version >= "3.13"