Pybunny commited on
Commit
1e17653
·
verified ·
1 Parent(s): 3a532d6

Add audioop-lts shim for Python 3.13+

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt CHANGED
@@ -2,3 +2,8 @@ torch>=2.1
2
  numpy>=1.24
3
  matplotlib>=3.7
4
  gradio>=4.44
 
 
 
 
 
 
2
  numpy>=1.24
3
  matplotlib>=3.7
4
  gradio>=4.44
5
+ huggingface_hub>=0.24
6
+ # audioop was dropped from the Python stdlib in 3.13. The Space is pinned to
7
+ # 3.12 in README frontmatter, but keep the shim for safety in case it gets
8
+ # rebuilt on a newer interpreter.
9
+ audioop-lts ; python_version >= "3.13"