Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
torch
|
2 |
-
accelerate
|
3 |
opencv-python
|
4 |
spaces
|
5 |
-
pillow
|
6 |
-
numpy
|
7 |
-
timm
|
8 |
-
kornia
|
9 |
prettytable
|
10 |
typing
|
11 |
scikit-image
|
|
|
1 |
+
torch==2.7.1
|
2 |
+
accelerate==1.9.0
|
3 |
opencv-python
|
4 |
spaces
|
5 |
+
pillow==11.3.0
|
6 |
+
numpy==2.2.6
|
7 |
+
timm==1.0.19
|
8 |
+
kornia==0.8.1
|
9 |
prettytable
|
10 |
typing
|
11 |
scikit-image
|