Commit 44304825 authored by myhloli's avatar myhloli
Browse files

feat: add 'all' group in pyproject.toml for mineru dependencies

parent 2c8db7ed
...@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment