Noveramaaz commited on
Commit
0617bd2
1 Parent(s): 7be7efa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- fastapi
2
- uvicorn
3
- nltk
4
- pydantic
5
- transformers
6
- torch
 
 
 
1
+ fastapi==0.110.1
2
+ nest_asyncio==1.6.0
3
+ nltk==3.8.1
4
+ pydantic==2.7.0
5
+ transformers==4.38.2
6
+ uvicorn==0.29.0
7
+ torch==2.2.2
8
+ pytest