Aumkeshchy2003 commited on
Commit
353205e
·
verified ·
1 Parent(s): 2420aaa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  ultralytics
2
- torch
3
- torchvision
4
- opencv-python
5
- pillow
6
- gradio
7
- onnxruntime-gpu
 
 
1
  ultralytics
2
+ torch>=1.7.0
3
+ torchvision>=0.8.1
4
+ opencv-python>=4.1.2
5
+ pillow>=7.1.2
6
+ gradio>=3.23.0
7
+ onnxruntime-gpu>=1.10.0
8
+ numpy>=1.18.5