feat: update dependencies
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
gradio==5.4.*
|
| 2 |
pandas==2.2.*
|
|
|
|
|
|
|
| 3 |
torch==2.5.*
|
| 4 |
torchaudio==2.5.*
|
| 5 |
torchvision==0.20.*
|
|
|
|
| 1 |
gradio==5.4.*
|
| 2 |
pandas==2.2.*
|
| 3 |
+
pydantic==2.10.6
|
| 4 |
+
soundfile==0.13.*
|
| 5 |
torch==2.5.*
|
| 6 |
torchaudio==2.5.*
|
| 7 |
torchvision==0.20.*
|