Hari5115 Claude Sonnet 4.6 commited on
Commit
201d2fd
Β·
1 Parent(s): e61fcf0

Add audioop-lts to fix Python 3.13 compatibility

Browse files

audioop was removed from Python 3.13 stdlib. audioop-lts backports it
so pydub (required by gradio) can import correctly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -14,3 +14,6 @@ rdkit>=2023.9.5
14
  requests>=2.31.0
15
  python-dotenv>=1.0.0
16
 
 
 
 
 
14
  requests>=2.31.0
15
  python-dotenv>=1.0.0
16
 
17
+ # Python 3.13 compatibility β€” backports removed audioop module needed by pydub/gradio
18
+ audioop-lts>=0.2.1
19
+