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
0e9a2518
Commit
0e9a2518
authored
Feb 13, 2025
by
myhloli
Browse files
build(deps): update PaddlePaddle dependency versions
- Update PaddlePaddle to 3.0.0rc1 for Linux and macOS
parent
19b4f8d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+2
-2
No files found.
setup.py
View file @
0e9a2518
...
...
@@ -43,8 +43,8 @@ if __name__ == '__main__':
"matplotlib;platform_system=='Linux' or platform_system=='Darwin'"
,
# linux 和 macos 不应限制matplotlib的最高版本,以避免无法更新导致的一些bug
"ultralytics>=8.3.48"
,
# yolov8,公式检测
"paddleocr==2.7.3"
,
# 2.8.0及2.8.1版本与detectron2有冲突,需锁定2.7.3
"paddlepaddle==3.0.0
b
1;platform_system=='Linux'"
,
# 解决linux的段异常问题
"paddlepaddle==2.6.1;platform_system=='Windows'
or platform_system=='Darwin'
"
,
# windows版本3.0.0
b1
效率下降,需锁定2.6.1
"paddlepaddle==3.0.0
rc
1;platform_system=='Linux'
or platform_system=='Darwin'
"
,
# 解决linux的段异常问题
"paddlepaddle==2.6.1;platform_system=='Windows'"
,
# windows版本3.0.0效率下降,需锁定2.6.1
"struct-eqtable==0.3.2"
,
# 表格解析
"einops"
,
# struct-eqtable依赖
"accelerate"
,
# struct-eqtable依赖
...
...
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