Skip to content

Commit 9be2fdf

Browse files
committed
fix: 🐞 removal of opencv-python-headless package
Signed-off-by: Onuralp SEZER <[email protected]>
1 parent 32d22ef commit 9be2fdf

File tree

2 files changed

+3
-32
lines changed

2 files changed

+3
-32
lines changed

poetry.lock

Lines changed: 2 additions & 29 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,14 @@ matplotlib = ">=3.6.0"
5252
pyyaml = ">=5.3"
5353
defusedxml = "^0.7.1"
5454
pillow = ">=9.4"
55-
opencv-python = { version = ">=4.5.5.64", optional = true }
56-
opencv-python-headless = ">=4.5.5.64"
5755
requests = { version = ">=2.26.0,<=2.32.3", optional = true }
5856
tqdm = { version = ">=4.62.3,<=4.66.5", optional = true }
5957
# pandas: picked lowest major version that supports Python 3.8
6058
pandas = { version = ">=2.0.0", optional = true }
6159
pandas-stubs = { version = ">=2.0.0.230412", optional = true }
60+
opencv-python = ">=4.5.5.64"
6261

6362
[tool.poetry.extras]
64-
desktop = ["opencv-python"]
6563
assets = ["requests", "tqdm"]
6664
metrics = ["pandas", "pandas-stubs"]
6765

0 commit comments

Comments
 (0)