Longxiang-ai commited on
Commit
746a46d
·
1 Parent(s): e60afce

Fix audioop-lts package name for Python 3.13

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -21,5 +21,5 @@ huggingface_hub
21
  gradio>=5.0.0
22
  spaces
23
 
24
- # Python 3.13 compatibility
25
- pyaudioop
 
21
  gradio>=5.0.0
22
  spaces
23
 
24
+ # Python 3.13 compatibility (audioop was removed in 3.13)
25
+ audioop-lts; python_version>="3.13"