Spaces:
Runtime error
Runtime error
NoelShin commited on
Commit ·
c5a7f41
1
Parent(s): f10bd9c
fix requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
opencv-python==4.
|
| 2 |
-
torch==1.
|
| 3 |
-
torchvision==0.
|
| 4 |
-
timm==0.
|
| 5 |
-
scipy
|
|
|
|
| 1 |
+
opencv-contrib-python==4.5.5.62
|
| 2 |
+
torch==1.11.0
|
| 3 |
+
torchvision==0.12.0
|
| 4 |
+
timm==0.4.12
|
| 5 |
+
scipy==1.6.2
|