Spaces:
Running
Running
Fix Python 3.13 audioop ModuleNotFoundError: add audioop-lts shim
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -6,3 +6,4 @@ numpy>=1.24.0
|
|
| 6 |
datasets>=2.14.0
|
| 7 |
scikit-learn>=1.3.0
|
| 8 |
huggingface_hub>=0.19.0,<0.25.0
|
|
|
|
|
|
| 6 |
datasets>=2.14.0
|
| 7 |
scikit-learn>=1.3.0
|
| 8 |
huggingface_hub>=0.19.0,<0.25.0
|
| 9 |
+
audioop-lts; python_version>="3.13"
|