Skip to content

Commit f92faeb

Browse files
chore(deps-dev): update marker-pdf requirement
Updates the requirements on [marker-pdf](https://github.com/VikParuchuri/marker) to permit the latest version. - [Release notes](https://github.com/VikParuchuri/marker/releases) - [Commits](datalab-to/marker@v0.2.5...v1.10.1) --- updated-dependencies: - dependency-name: marker-pdf dependency-version: 1.10.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c0b930 commit f92faeb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ audio = [
7373

7474
# ML-based PDF processing (marker-pdf)
7575
ml = [
76-
"marker-pdf>=0.2.0,<1.0.0",
76+
"marker-pdf>=0.2.0,<2.0.0",
7777
"torch>=2.0.0,<3.0.0",
7878
]
7979

@@ -84,7 +84,7 @@ all = [
8484
"google-generativeai>=0.3.0,<1.0.0",
8585
"ollama>=0.1.0,<1.0.0",
8686
"openai-whisper>=20231117,<20250626",
87-
"marker-pdf>=0.2.0,<1.0.0",
87+
"marker-pdf>=0.2.0,<2.0.0",
8888
"torch>=2.0.0,<3.0.0",
8989
]
9090

0 commit comments

Comments
 (0)