Commit a2a8b459 authored by myhloli's avatar myhloli
Browse files

refactor: update dependencies in pyproject.toml for models and pydantic

parent c8d14789
...@@ -29,7 +29,9 @@ dependencies = [ ...@@ -29,7 +29,9 @@ dependencies = [
"pypdfium2>=4.30.0", "pypdfium2>=4.30.0",
"pypdf>=5.6.0", "pypdf>=5.6.0",
"reportlab", "reportlab",
"pdftext>=0.6.2" "pdftext>=0.6.2",
"modelscope>=1.26.0",
"huggingface-hub>=0.32.4"
] ]
[project.optional-dependencies] [project.optional-dependencies]
...@@ -37,7 +39,7 @@ vlm = [ ...@@ -37,7 +39,7 @@ vlm = [
"transformers>=4.51.1", "transformers>=4.51.1",
"torch>=2.6.0", "torch>=2.6.0",
"accelerate>=1.5.1", "accelerate>=1.5.1",
"pydantic>=2.7.2,<2.11", "pydantic",
] ]
sglang = [ sglang = [
"sglang[all]==0.4.6.post5", "sglang[all]==0.4.6.post5",
......
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