Skip to content

Commit

Permalink
add intervals for numpy and opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
dronperminov committed Sep 25, 2023
1 parent 21299dc commit 3496aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ license = {file = "LICENSE"}
dynamic = ["version"]
requires-python = ">=3.6"
dependencies = [
"numpy==1.23.3",
"opencv-python==4.6.0.66",
"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",
Expand Down

0 comments on commit 3496aed

Please sign in to comment.