zainulabedin949 commited on
Commit
b53a0a5
·
verified ·
1 Parent(s): 0359fd7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -5
requirements.txt CHANGED
@@ -1,5 +1,8 @@
1
- ultralytics==8.3.42
2
- gradio==5.10.0
3
- huggingface-hub==0.27.0
4
- pillow==11.0.0
5
- opencv-python-headless==4.10.0.84
 
 
 
 
1
+ ultralytics>=8.0.0
2
+ gradio>=4.0.0
3
+ huggingface-hub>=0.20.0
4
+ pillow>=10.0.0
5
+ opencv-python-headless>=4.8.0
6
+ numpy>=1.24.0
7
+ torch>=2.0.0
8
+ torchvision>=0.15.0