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
20212a37
Unverified
Commit
20212a37
authored
Sep 10, 2024
by
Xiaomeng Zhao
Committed by
GitHub
Sep 10, 2024
Browse files
Update setup.py
update UniMERNet to 0.2.1
parent
936e1ba8
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 @
20212a37
...
@@ -36,7 +36,7 @@ if __name__ == '__main__':
...
@@ -36,7 +36,7 @@ if __name__ == '__main__':
"paddlepaddle==3.0.0b1;platform_system=='Linux'"
,
"paddlepaddle==3.0.0b1;platform_system=='Linux'"
,
"paddlepaddle==2.6.1;platform_system=='Windows' or platform_system=='Darwin'"
,
"paddlepaddle==2.6.1;platform_system=='Windows' or platform_system=='Darwin'"
,
],
],
"full"
:
[
"unimernet==0.2.
0
"
,
# unimernet升级0.2.
0
"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"
,
# yolov8,公式检测
"ultralytics"
,
# yolov8,公式检测
...
...
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