Skip to content

Commit

Permalink
chore: change OpenCV dependency
Browse files Browse the repository at this point in the history
We're not using imshow function, so we can use the headless version of
OpenCV, which is lighter.
See https://pypi.org/project/opencv-python/ for more information.
  • Loading branch information
raphael0202 committed Jul 2, 2024
1 parent b49836b commit 6b295b6
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 @@ -72,7 +72,7 @@ python-redis-lock = "~4.0.0"
transformers = ">=4.30.2,<4.39.0"
lark = "~1.1.4"
h5py = "~3.8.0"
opencv-contrib-python = "~4.7.0.72"
opencv-contrib-python-headless = "~4.10.0.84"
toml = "~0.10.2"
openfoodfacts = "0.1.11"
imagehash = "~4.3.1"
Expand Down

0 comments on commit 6b295b6

Please sign in to comment.