Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
torch==2.3.1
|
| 2 |
-
opencv-python==4.10.0.84
|
| 3 |
streamlit==1.38.0
|
| 4 |
Pillow==10.4.0
|
| 5 |
numpy==1.26.4
|
| 6 |
-
matplotlib==3.9.2
|
|
|
|
|
|
| 1 |
torch==2.3.1
|
| 2 |
+
opencv-python==4.10.0.84
|
| 3 |
streamlit==1.38.0
|
| 4 |
Pillow==10.4.0
|
| 5 |
numpy==1.26.4
|
| 6 |
+
matplotlib==3.9.2
|
| 7 |
+
ultralytics==8.3.5 # Add YOLOv5 via the ultralytics package
|