subhan971 commited on
Commit
749be46
·
verified ·
1 Parent(s): 1199885

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -11
requirements.txt CHANGED
@@ -1,11 +1,13 @@
1
- fastapi
2
- uvicorn
3
- pillow
4
- numpy
5
- pandas
6
- torch
7
- joblib
8
- huggingface_hub
9
- transformers
10
- ultralytics
11
- python-multipart
 
 
 
1
+ fastapi==0.115.0
2
+ uvicorn[standard]==0.30.6
3
+ python-multipart==0.0.9
4
+ pillow==10.4.0
5
+ numpy==1.26.4
6
+ pandas==2.2.2
7
+ joblib==1.4.2
8
+ torch==2.3.1
9
+ torchvision==0.18.1
10
+ transformers==4.44.2
11
+ huggingface_hub==0.24.6
12
+ ultralytics==8.2.87
13
+ timm==1.0.9