Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
pillow
|
4 |
-
numpy
|
5 |
-
opencv-python
|
6 |
-
scikit-learn
|
7 |
-
timm
|
|
|
1 |
+
torch==2.1.0
|
2 |
+
torchvision==0.16.0
|
3 |
+
pillow==10.0.1
|
4 |
+
numpy==1.26.0
|
5 |
+
opencv-python==4.9.0.80
|
6 |
+
scikit-learn==1.3.2
|
7 |
+
timm==0.9.12
|