ismailkattakath commited on
Commit
4ffdf42
·
verified ·
1 Parent(s): d1526ab

Fix: replace pyaudioop with audioop-lts for Python 3.13 compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -7,7 +7,7 @@ accelerate>=1.0.0
7
  huggingface_hub>=0.26.0
8
  safetensors>=0.4.0
9
  gradio>=5.0.0
10
- pyaudioop
11
  spaces
12
  opencv-python-headless
13
  pillow>=10.0.0
 
7
  huggingface_hub>=0.26.0
8
  safetensors>=0.4.0
9
  gradio>=5.0.0
10
+ audioop-lts
11
  spaces
12
  opencv-python-headless
13
  pillow>=10.0.0