Skip to content

Commit 22097fb

Browse files
authored
fix: Align to use opencv-python-headless (#12)
Signed-off-by: Christoph Auer <[email protected]>
1 parent bd96cbf commit 22097fb

File tree

2 files changed

+40
-65
lines changed

2 files changed

+40
-65
lines changed

poetry.lock

Lines changed: 39 additions & 63 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ tqdm = "^4.64.0"
3333
apted = "^1.0.3"
3434
Distance = "^0.1.3"
3535
mean_average_precision = "^2021.4.26.0"
36-
opencv-python-headless = { version = "^4.9.0.80", markers = 'sys_platform=="linux"'}
37-
opencv-python = { version = "^4.9.0.80", markers = 'sys_platform!="linux"'}
36+
opencv-python-headless = { version = "^4.9.0.80" }
3837

3938
[tool.poetry.dev-dependencies]
4039
black = {extras = ["jupyter"], version = "^24.4.2"}

0 commit comments

Comments
 (0)