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
bbd4e516
Commit
bbd4e516
authored
Dec 04, 2025
by
wangsen
Browse files
change readme.md and pyproject.toml
parent
57ba7fab
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
69 additions
and
623 deletions
+69
-623
README.md
README.md
+68
-614
pyproject.toml
pyproject.toml
+1
-9
No files found.
README.md
View file @
bbd4e516
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
bbd4e516
...
@@ -48,13 +48,9 @@ test = [
...
@@ -48,13 +48,9 @@ test = [
]
]
vlm
=
[
vlm
=
[
"transformers>=4.51.1"
,
"transformers>=4.51.1"
,
"torch>=2.6.0"
,
"accelerate>=1.5.1"
,
"accelerate>=1.5.1"
,
"pydantic"
,
"pydantic"
,
]
]
sglang
=
[
"sglang[all]>=0.4.8,<0.4.9"
,
]
pipeline
=
[
pipeline
=
[
"matplotlib>=3.10,<4"
,
"matplotlib>=3.10,<4"
,
"ultralytics>=8.3.48,<9"
,
"ultralytics>=8.3.48,<9"
,
...
@@ -67,8 +63,6 @@ pipeline = [
...
@@ -67,8 +63,6 @@ pipeline = [
"shapely>=2.0.7,<3"
,
"shapely>=2.0.7,<3"
,
"pyclipper>=1.3.0,<2"
,
"pyclipper>=1.3.0,<2"
,
"omegaconf>=2.3.0,<3"
,
"omegaconf>=2.3.0,<3"
,
"torch>=2.2.2,!=2.5.0,!=2.5.1,<3"
,
"torchvision"
,
"transformers>=4.49.0,!=4.51.0,<5.0.0"
,
"transformers>=4.49.0,!=4.51.0,<5.0.0"
,
]
]
api
=
[
api
=
[
...
@@ -103,8 +97,6 @@ pipeline_old_linux = [
...
@@ -103,8 +97,6 @@ pipeline_old_linux = [
"omegaconf==2.3.0"
,
"omegaconf==2.3.0"
,
"albumentations==1.4.20"
,
"albumentations==1.4.20"
,
"rapid_table==1.0.3"
,
"rapid_table==1.0.3"
,
"torch>=2.2.2,!=2.5.0,!=2.5.1,<3"
,
"torchvision"
,
"transformers>=4.49.0,!=4.51.0,<5.0.0"
,
"transformers>=4.49.0,!=4.51.0,<5.0.0"
,
]
]
...
@@ -169,4 +161,4 @@ exclude_also = [
...
@@ -169,4 +161,4 @@ exclude_also = [
'if TYPE_CHECKING:'
,
'if TYPE_CHECKING:'
,
'class .*\bProtocol\):'
,
'class .*\bProtocol\):'
,
'@(abc\.)?abstractmethod'
,
'@(abc\.)?abstractmethod'
,
]
]
\ No newline at end of file
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