asdfaman commited on
Commit
f2dfdfc
·
verified ·
1 Parent(s): e0a9107

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -6
requirements.txt CHANGED
@@ -1,6 +1,16 @@
1
- numpy
2
- pandas
3
- torchvision
4
- torch
5
- matplotlib
6
- Pillow
 
 
 
 
 
 
 
 
 
 
 
1
+ numpy
2
+ pandas
3
+ torchvision
4
+ torch
5
+ openvino==2024.6.0
6
+ onnxruntime-openvino==1.20.0
7
+ gradio==5.23.1
8
+ gradio_client==1.8.0
9
+ anyio==4.8.0
10
+ starlette==0.41.3
11
+ huggingface-hub==0.29.3
12
+ matplotlib==3.10.0
13
+ opencv-python-headless==4.10.0.84
14
+ pillow==11.1.0
15
+ plotly==5.24.1
16
+ pydantic==2.10.5