teslatony commited on
Commit
5a32a5d
·
verified ·
1 Parent(s): 9b9d700

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
- gradio==5.49.1
2
- ultralytics==8.3.224
3
- opencv-python==4.10.0.84
4
- torch==2.4.1
5
- torchvision==0.19.1
 
1
+ gradio>=3.40
2
+ ultralytics>=8.0.0
3
+ opencv-python>=4.7
4
+ numpy>=1.23
5
+ Pillow>=9.0