Spaces:
Runtime error
Runtime error
Add audioop-lts to fix Python 3.13 compatibility
Browse filesaudioop 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>
- 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 |
+
|