muddasser commited on
Commit
570a0f3
·
verified ·
1 Parent(s): 0904c3a

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.2.0
2
- easyocr
3
- opencv-python-headless
4
- gradio
5
  numpy
6
- Pillow
7
- torch
8
- torchvision
 
1
+ torch>=2.6.0
2
+ ultralytics>=8.2.0
3
+ gradio>=4.29.0
4
+ easyocr>=1.7.1
5
  numpy
6
+ pillow
7
+ opencv-python-headless
8
+