AthelaPerk commited on
Commit
510c043
·
verified ·
1 Parent(s): e2ff80c

Fix: Add audioop-lts for Python 3.13 compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,2 +1,3 @@
1
  gradio==5.9.1
2
  numpy>=1.24.0
 
 
1
  gradio==5.9.1
2
  numpy>=1.24.0
3
+ audioop-lts; python_version >= "3.13"