Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
44304825
Commit
44304825
authored
Jun 11, 2025
by
myhloli
Browse files
feat: add 'all' group in pyproject.toml for mineru dependencies
parent
2c8db7ed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
pyproject.toml
pyproject.toml
+5
-0
No files found.
pyproject.toml
View file @
44304825
...
@@ -61,6 +61,11 @@ pipeline = [
...
@@ -61,6 +61,11 @@ pipeline = [
"transformers>=4.49.0,!=4.51.0,<5.0.0"
,
"transformers>=4.49.0,!=4.51.0,<5.0.0"
,
"fast-langdetect>=0.2.3,<0.3.0"
,
"fast-langdetect>=0.2.3,<0.3.0"
,
]
]
all
=
[
"mineru[vlm]"
,
"mineru[sglang]"
,
"mineru[pipeline]"
,
]
pipeline_old_linux
=
[
pipeline_old_linux
=
[
"matplotlib>=3.10,<=3.10.1"
,
"matplotlib>=3.10,<=3.10.1"
,
"ultralytics>=8.3.48,<=8.3.104"
,
"ultralytics>=8.3.48,<=8.3.104"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment