Spaces:
Running
on
Zero
Running
on
Zero
Specify the versions of packages.
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -2,10 +2,10 @@
|
|
| 2 |
torch==2.0.1
|
| 3 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 4 |
torchvision==0.15.2
|
| 5 |
-
opencv-python
|
| 6 |
-
tqdm
|
| 7 |
-
timm
|
| 8 |
-
prettytable
|
| 9 |
-
scipy
|
| 10 |
-
scikit-image
|
| 11 |
-
kornia
|
|
|
|
| 2 |
torch==2.0.1
|
| 3 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 4 |
torchvision==0.15.2
|
| 5 |
+
opencv-python==4.9.0.80
|
| 6 |
+
tqdm==4.66.2
|
| 7 |
+
timm==0.9.16
|
| 8 |
+
prettytable==3.10.0
|
| 9 |
+
scipy==1.12.0
|
| 10 |
+
scikit-image==0.22.0
|
| 11 |
+
kornia==0.7.1
|