Fix: add pyaudioop for Python 3.13 compatibility, pin gradio<5
Browse files- 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"
|