Skip to content

Commit 5aaaaac

Browse files
committed
chore: bump version on marker-pdf dep as an older version has bug
1 parent 7ee84de commit 5aaaaac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/manuals_llm_extraction/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "manuals-llm-extraction"
33
version = "0.1.0"
44
description = "Simple example for cocoindex: extract structured information from a Markdown file using LLM."
55
requires-python = ">=3.11"
6-
dependencies = ["cocoindex>=0.1.79", "marker-pdf>=1.5.2"]
6+
dependencies = ["cocoindex>=0.1.79", "marker-pdf>=1.8.5"]
77

88
[tool.setuptools]
99
packages = []

examples/paper_metadata/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = ">=3.11"
66
dependencies = [
77
"cocoindex[embeddings]>=0.1.83",
88
"pypdf>=5.7.0",
9-
"marker-pdf>=1.5.2",
9+
"marker-pdf>=1.8.5",
1010
]
1111

1212
[tool.setuptools]

examples/pdf_embedding/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires-python = ">=3.11"
66
dependencies = [
77
"cocoindex[embeddings]>=0.1.79",
88
"python-dotenv>=1.0.1",
9-
"marker-pdf>=1.5.2",
9+
"marker-pdf>=1.8.5",
1010
"psycopg[binary,pool]",
1111
"jinja2>=3.1.6",
1212
]

0 commit comments

Comments
 (0)