jostlebot Claude Opus 4.5 commited on
Commit
0136a4e
·
1 Parent(s): 2c70f0f

Add pyaudioop for Python 3.13 compatibility

Browse files

The 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>

Files changed (1) hide show
  1. 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