yukee1992 commited on
Commit
e0c65c4
·
verified ·
1 Parent(s): 41b04a0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- fastapi
2
- uvicorn
3
- pydantic
4
- requests
5
- torch
6
- torchaudio
7
- TTS
8
- soundfile
9
- 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.1.0
6
+ torchaudio==2.1.0
7
+ TTS==0.21.0
8
+ soundfile==0.12.1
9
+ python-multipart==0.0.6