Skip to content

Commit 3e21e20

Browse files
authored
chore: fix extra deps (#134)
Signed-off-by: Michele Dolfi <[email protected]>
1 parent 8190e75 commit 3e21e20

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848

4949
[project.optional-dependencies]
5050
opencv-python-headless = ['opencv-python-headless (>=4.6.0.66,<5.0.0.0)']
51-
opencv-python = ['opencv-python-headless (>=4.6.0.66,<5.0.0.0)']
51+
opencv-python = ['opencv-python (>=4.6.0.66,<5.0.0.0)']
5252

5353
[project.urls]
5454
homepage = "https://github.com/docling-project/docling-ibm-models"

uv.lock

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

0 commit comments

Comments
 (0)