Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
pydantic
|
| 4 |
-
requests
|
| 5 |
-
torch
|
| 6 |
-
torchaudio
|
| 7 |
-
numpy
|
| 8 |
-
TTS
|
| 9 |
-
soundfile
|
| 10 |
-
librosa
|
| 11 |
-
scipy
|
| 12 |
-
python-multipart
|
|
|
|
| 1 |
+
fastapi==0.104.1
|
| 2 |
+
uvicorn==0.24.0
|
| 3 |
+
pydantic==2.5.0
|
| 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
|