Skip to content

Commit 8d05318

Browse files
committed
moving docling to it's own group
1 parent 82f3ff1 commit 8d05318

File tree

2 files changed

+128
-103
lines changed

2 files changed

+128
-103
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ dependencies = [
3939
"typer",
4040
"click<8.2.0", # Newer versions will cause errors with --help in typer CLIs.
4141
"mistletoe>=1.4.0",
42-
"docling>=2.28.1",
4342
]
4443

4544
[project.scripts]
@@ -64,6 +63,9 @@ hf = [
6463
watsonx = [
6564
"ibm-watsonx-ai>=1.3.31",
6665
]
66+
docling = [
67+
"docling>=2.45.0",
68+
]
6769

6870
[dependency-groups]
6971
# Use these like:

0 commit comments

Comments
 (0)