"src/vscode:/vscode.git/clone" did not exist on "b8b0fd22b25c5ec3d57a7521b8bdc725504c07b3"
Commit d55db09e authored by myhloli's avatar myhloli
Browse files

feat: reorganize dependencies in pyproject.toml for mineru

parent 44304825
......@@ -61,11 +61,14 @@ pipeline = [
"transformers>=4.49.0,!=4.51.0,<5.0.0",
"fast-langdetect>=0.2.3,<0.3.0",
]
all = [
core = [
"mineru[vlm]",
"mineru[sglang]",
"mineru[pipeline]",
]
all = [
"mineru[core]",
"mineru[sglang]",
]
pipeline_old_linux = [
"matplotlib>=3.10,<=3.10.1",
"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