Skip to content

Commit 484340f

Browse files
maxmnemonicMaxim Lysakdolfim-ibm
authored
fix: pinned opencv-python-headless to version "4.6.0.66" (#34)
* pinned opencv-python-headless to version "4.6.0.66" Signed-off-by: Maxim Lysak <[email protected]> * add pinning with ^ Signed-off-by: Michele Dolfi <[email protected]> --------- Signed-off-by: Maxim Lysak <[email protected]> Signed-off-by: Michele Dolfi <[email protected]> Co-authored-by: Maxim Lysak <[email protected]> Co-authored-by: Michele Dolfi <[email protected]>
1 parent dd5c0cc commit 484340f

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

poetry.lock

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jsonlines = "^3.1.0"
3737
Pillow = "^10.0.0"
3838
tqdm = "^4.64.0"
3939
mean_average_precision = "^2021.4.26.0"
40-
opencv-python-headless = { version = "^4.9.0.80" }
40+
opencv-python-headless = "^4.6.0.66"
4141
huggingface_hub = ">=0.23,<1"
4242

4343
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)