Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
ultralytics==8.3.61
|
| 2 |
torchvision==0.15.1
|
|
|
|
| 3 |
opencv-python
|
| 4 |
numpy
|
|
|
|
| 1 |
ultralytics==8.3.61
|
| 2 |
torchvision==0.15.1
|
| 3 |
+
torch==2.4.1
|
| 4 |
opencv-python
|
| 5 |
numpy
|