Skip to content

Commit

Permalink
add intervals for pytesseract and scikit_learn
Browse files Browse the repository at this point in the history
  • Loading branch information
dronperminov committed Sep 25, 2023
1 parent 3496aed commit 957afe5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ dependencies = [
"numpy>=1.22.0,<=1.23.3",
"opencv-python>=4.5.5.64,<=4.6.0.66",
"pyclipper==1.3.0.post4", # for doctr
"pytesseract==0.3.10",
"scikit_learn==1.0.2",
"pytesseract>=0.3",
"scikit_learn>=1.0.2,<=1.3.1",
"shapely==2.0.1", # for doctr
"tqdm==4.65.0", # for doctr
"tqdm>=4", # for doctr
]

[project.optional-dependencies]
Expand Down

0 comments on commit 957afe5

Please sign in to comment.