Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
torch==2.3.1
|
| 2 |
-
torchvision==0.18.1
|
| 3 |
opencv-python==4.10.0.84
|
| 4 |
streamlit==1.38.0
|
| 5 |
Pillow==10.4.0
|
| 6 |
numpy==1.26.4
|
| 7 |
-
matplotlib==3.9.2
|
|
|
|
|
|
| 1 |
torch==2.3.1
|
| 2 |
+
torchvision==0.18.1
|
| 3 |
opencv-python==4.10.0.84
|
| 4 |
streamlit==1.38.0
|
| 5 |
Pillow==10.4.0
|
| 6 |
numpy==1.26.4
|
| 7 |
+
matplotlib==3.9.2
|
| 8 |
+
ultralytics==8.3.5
|