Add pyaudioop for Python 3.13 compatibility
Browse filesThe audioop module was removed in Python 3.13. pyaudioop provides
a backport that pydub (Gradio dependency) needs.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,2 +1,3 @@
|
|
|
|
|
| 1 |
gradio==4.44.0
|
| 2 |
anthropic>=0.18.0
|
|
|
|
| 1 |
+
pyaudioop
|
| 2 |
gradio==4.44.0
|
| 3 |
anthropic>=0.18.0
|