Fix: replace pyaudioop with audioop-lts for Python 3.13 compatibility
Browse files- 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 |
-
|
| 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
|