muddasser commited on
Commit
c553c28
·
verified ·
1 Parent(s): 0037308

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- ultralytics==8.0.196
2
- torch==2.5.1
3
- torchvision==0.20.1
4
- easyocr==1.7.1
5
- opencv-python-headless==4.10.0.84
6
- numpy==1.26.4
7
- gradio==4.29.0
8
 
 
1
+ ultralytics
2
+ opencv-python-headless
3
+ easyocr
4
+ numpy
5
+ pillow
6
+ matplotlib
7
+ gradio
8