Fix: add pyaudioop for Python 3.13 audioop compatibility
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -7,6 +7,7 @@ accelerate>=1.0.0
|
|
| 7 |
huggingface_hub>=0.26.0
|
| 8 |
safetensors>=0.4.0
|
| 9 |
gradio>=5.0.0
|
|
|
|
| 10 |
spaces
|
| 11 |
opencv-python-headless
|
| 12 |
pillow>=10.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
|