ProCreations commited on
Commit
78533bf
·
1 Parent(s): a2ce935

Fix Python 3.13 audioop removal via audioop-lts backport

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -2,3 +2,4 @@ gradio>=5.0.0
2
  torch>=2.1.0
3
  tiktoken
4
  numpy
 
 
2
  torch>=2.1.0
3
  tiktoken
4
  numpy
5
+ audioop-lts; python_version >= "3.13"