Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -4,9 +4,9 @@ pydantic==2.5.0
|
|
| 4 |
requests==2.31.0
|
| 5 |
torch==2.0.1
|
| 6 |
torchaudio==2.0.2
|
| 7 |
-
numpy==1.
|
| 8 |
TTS==0.20.1
|
| 9 |
soundfile==0.12.1
|
| 10 |
librosa==0.10.1
|
| 11 |
-
scipy==1.
|
| 12 |
python-multipart==0.0.6
|
|
|
|
| 4 |
requests==2.31.0
|
| 5 |
torch==2.0.1
|
| 6 |
torchaudio==2.0.2
|
| 7 |
+
numpy==1.24.3
|
| 8 |
TTS==0.20.1
|
| 9 |
soundfile==0.12.1
|
| 10 |
librosa==0.10.1
|
| 11 |
+
scipy==1.11.2
|
| 12 |
python-multipart==0.0.6
|