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
a2a8b459
Commit
a2a8b459
authored
Jun 10, 2025
by
myhloli
Browse files
refactor: update dependencies in pyproject.toml for models and pydantic
parent
c8d14789
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
pyproject.toml
pyproject.toml
+4
-2
No files found.
pyproject.toml
View file @
a2a8b459
...
...
@@ -29,7 +29,9 @@ dependencies = [
"pypdfium2>=4.30.0"
,
"pypdf>=5.6.0"
,
"reportlab"
,
"pdftext>=0.6.2"
"pdftext>=0.6.2"
,
"modelscope>=1.26.0"
,
"huggingface-hub>=0.32.4"
]
[project.optional-dependencies]
...
...
@@ -37,7 +39,7 @@ vlm = [
"transformers>=4.51.1"
,
"torch>=2.6.0"
,
"accelerate>=1.5.1"
,
"pydantic
>=2.7.2,<2.11
"
,
"pydantic"
,
]
sglang
=
[
"sglang[all]==0.4.6.post5"
,
...
...
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