Skip to content

Commit

Permalink
Merge pull request #6 from netinvent/main
Browse files Browse the repository at this point in the history
Make OpenCV work on headless machines
  • Loading branch information
jbarlow83 authored Mar 23, 2024
2 parents c48f970 + f1ce21d commit 051ed1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies = [
"easyocr>=1.7.0",
"ocrmypdf>=14.2.1",
"Pillow>=10.0.1",
"opencv-python>=4.8.0.74",
"opencv-python-headless>=4.8.0.74",
"numpy>=1.20",
"torch",
]
Expand Down

0 comments on commit 051ed1b

Please sign in to comment.