ameforge commited on
Commit
ed5e4c6
·
verified ·
1 Parent(s): ebe5f6f

Fix: add pyaudioop for Python 3.13 compatibility, pin gradio<5

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,4 +1,6 @@
1
  torch>=2.0
2
  sentencepiece>=0.2
3
  huggingface_hub>=0.20
4
- gradio>=4.0
 
 
 
1
  torch>=2.0
2
  sentencepiece>=0.2
3
  huggingface_hub>=0.20
4
+ gradio>=4.0,<5.0
5
+ pydub>=0.25.1
6
+ pyaudioop; python_version>="3.13"