swayamshetkar commited on
Commit
7704bdf
·
verified ·
1 Parent(s): 0257a40

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -9
requirements.txt CHANGED
@@ -1,9 +1,12 @@
1
- torch
2
- torchvision
3
- numpy
4
- pillow
5
- fastapi
6
- uvicorn
7
- python-multipart
8
- scikit-image
9
- transformers
 
 
 
 
1
+ torch==2.2.0
2
+ torchvision==0.17.0
3
+
4
+ transformers==4.40.1
5
+
6
+ numpy==1.26.4
7
+ pillow==10.3.0
8
+ scikit-image==0.22.0
9
+
10
+ fastapi==0.110.0
11
+ uvicorn==0.29.0
12
+ python-multipart==0.0.9