codelion commited on
Commit
bb86c83
·
verified ·
1 Parent(s): 3937446

Fix Python 3.13 audioop ModuleNotFoundError: add audioop-lts shim

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