File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 23
23
24
24
- name : Unit testings
25
25
run : |
26
- pip install -r rapid_table_det/ requirements.txt
26
+ pip install -r requirements.txt
27
27
pip install pytest
28
28
29
29
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/cls_det.zip
Original file line number Diff line number Diff line change 23
23
24
24
- name : Unit testings
25
25
run : |
26
- pip install -r rapid_table_det_paddle/requirements.txt
26
+ pip install -r requirements.txt
27
+ pip install paddlepaddle
27
28
pip install pytest
28
29
29
30
wget https://github.com/Joker1212/RapidTableDetection/releases/download/v0.0.0/cls_det_paddle.zip
54
55
- name : Run setup.py
55
56
run : |
56
57
pip install -r requirements.txt
58
+ pip install paddlepaddle
57
59
python -m pip install --upgrade pip
58
60
pip install wheel get_pypi_latest_version
59
61
Original file line number Diff line number Diff line change
1
+ numpy
2
+ Pillow
3
+ opencv-python
4
+ onnxruntime
5
+ requests
You can’t perform that action at this time.
0 commit comments