File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ v0.3.2 (2023-09-25)
5
+ -------------------
6
+ * Add intervals to dependencies versions
7
+
4
8
v0.3.1 (2023-09-13)
5
9
-------------------
6
10
* Add float conversion for ` rotated_angle ` in ` SkewCorrection `
Original file line number Diff line number Diff line change 1
- 0.3.1
1
+ 0.3.2
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ license = {file = "LICENSE"}
27
27
dynamic = [" version" ]
28
28
requires-python = " >=3.6"
29
29
dependencies = [
30
- " numpy= =1.23.3 " ,
31
- " opencv-python= =4.6.0.66" ,
30
+ " numpy>=1.22.0,< =1.26.0 " ,
31
+ " opencv-python>=4.5.5.64,< =4.6.0.66" ,
32
32
" pyclipper==1.3.0.post4" , # for doctr
33
- " pytesseract== 0.3.10 " ,
34
- " scikit_learn== 1.0.2" ,
33
+ " pytesseract>= 0.3" ,
34
+ " scikit_learn>= 1.0.2,<=1.3.1 " ,
35
35
" shapely==2.0.1" , # for doctr
36
- " tqdm==4.65.0 " , # for doctr
36
+ " tqdm>=4 " , # for doctr
37
37
]
38
38
39
39
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments