"git@developer.sourcefind.cn:OpenDAS/torchani.git" did not exist on "65fb08d905301c1b6533c9c1bd68e9be5e41f198"
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 = [ ...@@ -61,11 +61,14 @@ 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 = [ core = [
"mineru[vlm]", "mineru[vlm]",
"mineru[sglang]",
"mineru[pipeline]", "mineru[pipeline]",
] ]
all = [
"mineru[core]",
"mineru[sglang]",
]
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