DSatishchandra commited on
Commit
8856066
·
verified ·
1 Parent(s): 2c8c1b3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  torch==2.3.1
2
- opencv-python==4.10.0.84 # Use a valid version
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