We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f3ff1 commit 8d05318Copy full SHA for 8d05318
pyproject.toml
@@ -39,7 +39,6 @@ dependencies = [
39
"typer",
40
"click<8.2.0", # Newer versions will cause errors with --help in typer CLIs.
41
"mistletoe>=1.4.0",
42
- "docling>=2.28.1",
43
]
44
45
[project.scripts]
@@ -64,6 +63,9 @@ hf = [
64
63
watsonx = [
65
"ibm-watsonx-ai>=1.3.31",
66
+docling = [
67
+ "docling>=2.45.0",
68
+]
69
70
[dependency-groups]
71
# Use these like:
0 commit comments