samuellimabraz commited on
Commit
e1090d8
·
unverified ·
1 Parent(s): 485b371

feat: atualizar requirements.txt com versões específicas das dependências

Browse files
Files changed (1) hide show
  1. requirements.txt +20 -9
requirements.txt CHANGED
@@ -1,9 +1,20 @@
1
- gradio
2
- onnxruntime
3
- onnxruntime-openvino
4
- opencv-python-headless
5
- numpy
6
- Pillow
7
- matplotlib
8
- huggingface-hub
9
- tqdm
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==5.9.1
2
+ gradio_client==1.5.2
3
+ huggingface-hub==0.27.1
4
+ matplotlib==3.10.0
5
+ numpy==1.26.4
6
+ onnx==1.17.0
7
+ onnxruntime==1.20.1
8
+ onnxruntime-gpu==1.20.1
9
+ onnxruntime-openvino==1.20.0
10
+ onnxslim==0.1.47
11
+ opencv-python==4.10.0.84
12
+ opencv-python-headless==4.10.0.84
13
+ openvino==2024.6.0
14
+ openvino-dev==2024.6.0
15
+ openvino-telemetry==2024.5.0
16
+ pillow==11.1.0
17
+ plotly==5.24.1
18
+ safetensors==0.5.2
19
+ ultralytics==8.3.55
20
+ ultralytics-thop==2.0.13