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
2ae10394
Commit
2ae10394
authored
Dec 09, 2024
by
myhloli
Browse files
build(deps): update dependency versions
- Update ultralytics to >=8.3.47
parent
74ee428b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
No files found.
setup.py
View file @
2ae10394
...
@@ -39,7 +39,7 @@ if __name__ == '__main__':
...
@@ -39,7 +39,7 @@ if __name__ == '__main__':
"full"
:
[
"unimernet==0.2.1"
,
# unimernet升级0.2.1
"full"
:
[
"unimernet==0.2.1"
,
# unimernet升级0.2.1
"matplotlib<=3.9.0;platform_system=='Windows'"
,
# 3.9.1及之后不提供windows的预编译包,避免一些没有编译环境的windows设备安装失败
"matplotlib<=3.9.0;platform_system=='Windows'"
,
# 3.9.1及之后不提供windows的预编译包,避免一些没有编译环境的windows设备安装失败
"matplotlib;platform_system=='Linux' or platform_system=='Darwin'"
,
# linux 和 macos 不应限制matplotlib的最高版本,以避免无法更新导致的一些bug
"matplotlib;platform_system=='Linux' or platform_system=='Darwin'"
,
# linux 和 macos 不应限制matplotlib的最高版本,以避免无法更新导致的一些bug
"ultralytics>=8.3.4
3
"
,
# yolov8,公式检测
"ultralytics>=8.3.4
7
"
,
# yolov8,公式检测
"paddleocr==2.7.3"
,
# 2.8.0及2.8.1版本与detectron2有冲突,需锁定2.7.3
"paddleocr==2.7.3"
,
# 2.8.0及2.8.1版本与detectron2有冲突,需锁定2.7.3
"paddlepaddle==3.0.0b1;platform_system=='Linux'"
,
# 解决linux的段异常问题
"paddlepaddle==3.0.0b1;platform_system=='Linux'"
,
# 解决linux的段异常问题
"paddlepaddle==2.6.1;platform_system=='Windows' or platform_system=='Darwin'"
,
# windows版本3.0.0b1效率下降,需锁定2.6.1
"paddlepaddle==2.6.1;platform_system=='Windows' or platform_system=='Darwin'"
,
# windows版本3.0.0b1效率下降,需锁定2.6.1
...
...
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