Skip to content

Commit c37b1a0

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 21fd5a4 commit c37b1a0

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
@@ -74,7 +74,7 @@ audio = [
7474

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

@@ -85,7 +85,7 @@ all = [
8585
"google-generativeai>=0.3.0,<1.0.0",
8686
"ollama>=0.1.0,<1.0.0",
8787
"openai-whisper>=20231117,<20250000",
88-
"marker-pdf>=0.2.0,<1.0.0",
88+
"marker-pdf>=0.2.0,<2.0.0",
8989
"torch>=2.0.0,<3.0.0",
9090
]
9191

0 commit comments

Comments
 (0)