Omkar1872 commited on
Commit
5ee6508
·
verified ·
1 Parent(s): 66ca2d8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- torch==2.0.1
2
- torchvision==0.15.2
3
- fastapi
4
- uvicorn
5
- jinja2
6
- python-multipart
 
 
1
+ fastapi==0.116.1
2
+ uvicorn==0.35.0
3
+ torch==2.2.2
4
+ torchvision==0.17.2
5
+ jinja2==3.1.2
6
+ python-multipart==0.0.9
7
+ pillow==10.3.0