csmithxc commited on
Commit
3de2875
1 Parent(s): 3cfda6f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -22
requirements.txt CHANGED
@@ -1,26 +1,16 @@
1
- openmim
2
- mmdet>=3.0.0
3
- mmengine>=0.7.1
4
- gradio
5
- transformers
6
- addict
7
- yapf
8
- numpy
9
- opencv-python
10
- ftfy
11
- regex
12
- pot
13
- sentencepiece
14
- tokenizers
15
  onnx
16
  onnxruntime
17
  onnxruntime-gpu
18
  onnx-simplifier
19
- supervision==0.19.0
20
- onnxsim
21
- wheel
22
- mmcv-lite>=2.0.0rc4
23
- mmcv>=2.0.0rc4, <2.1.0
24
- torch>=2.1.0
25
- torchvision>=0.16.2
26
- mmyolo
 
1
+ torch==2.2.1
2
+ torchvision==0.17.1
3
+ wheel==0.43.0
4
+ mmengine==0.10.3
5
+ mmcv==2.1.0
6
+ pillow==10.2.0
7
+ opencv-python==4.9.0.80
8
+ numpy==1.26.4
9
+ supervision==0.18.0
10
+ requests==2.28.2
11
+ tqdm==4.65.0
12
+ rich==13.4.2
 
 
13
  onnx
14
  onnxruntime
15
  onnxruntime-gpu
16
  onnx-simplifier