File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
python -m pip install --upgrade pip
24
24
pip install pytest
25
25
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26
- pip install " paddlepaddle==2.5"
26
+ pip install paddlepaddle==0.0.0 -f https://www.paddlepaddle.org.cn/whl/linux/cpu-mkl/develop.html
27
27
pip install -e .
28
28
- name : Test with pytest
29
29
run : |
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ dependencies = [
47
47
" tqdm" ,
48
48
" numpy<2.0" ,
49
49
" rapidfuzz" ,
50
- " opencv-python<=4.6.0.66 " ,
51
- " opencv-contrib-python<=4.6.0.66 " ,
50
+ " opencv-python" ,
51
+ " opencv-contrib-python" ,
52
52
" cython" ,
53
- " Pillow>=10.0.0 " ,
53
+ " Pillow" ,
54
54
" pyyaml" ,
55
55
" python-docx" ,
56
56
" beautifulsoup4" ,
Original file line number Diff line number Diff line change 6
6
tqdm
7
7
numpy < 2.0
8
8
rapidfuzz
9
- opencv-python <= 4.6.0.66
10
- opencv-contrib-python <= 4.6.0.66
9
+ opencv-python
10
+ opencv-contrib-python
11
11
cython
12
- Pillow >= 10.0.0
12
+ Pillow
13
13
pyyaml
14
14
requests
You can’t perform that action at this time.
0 commit comments