Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -6,4 +6,10 @@ numpy
|
|
6 |
opencv-python
|
7 |
imutils
|
8 |
scikit-learn
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
opencv-python
|
7 |
imutils
|
8 |
scikit-learn
|
9 |
+
torchvision==0.15.2
|
10 |
+
tqdm==4.66.2
|
11 |
+
timm==0.9.16
|
12 |
+
scipy==1.12.0
|
13 |
+
scikit-image==0.22.0
|
14 |
+
kornia==0.7.1
|
15 |
+
transformers==4.42.4
|