oumarodd commited on
Commit
333e82c
·
verified ·
1 Parent(s): 537946f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -8
requirements.txt CHANGED
@@ -1,9 +1,16 @@
1
- accelerate
2
- transformers
3
- torch
4
- gradio
5
- sentencepiece
6
- diffusers
7
- opencv_python
8
- numpy
 
 
 
 
 
 
 
9
  ultralytics
 
1
+ gradio>=3.50.0
2
+ ultralytics>=8.0.0
3
+ opencv-python>=4.7.0
4
+ numpy>=1.21.0
5
+ torch>=1.8.0
6
+ torchvision>=0.9.0
7
+ Pillow>=9.0.0
8
+ tqdm>=4.64.0
9
+ pandas>=1.3.0
10
+ seaborn>=0.11.0
11
+ pyyaml>=5.3.1
12
+ scipy>=1.7.0
13
+ onnx>=1.10.0
14
+ onnxruntime>=1.10.0
15
+ protobuf>=3.20.0
16
  ultralytics