Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
torch==2.0.1
|
|
|
2 |
opencv-python==4.8.0.76
|
3 |
numpy==1.24.3
|
4 |
pandas==2.0.3
|
|
|
1 |
torch==2.0.1
|
2 |
+
torchvision==0.15.2
|
3 |
opencv-python==4.8.0.76
|
4 |
numpy==1.24.3
|
5 |
pandas==2.0.3
|