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
667b1a39
Unverified
Commit
667b1a39
authored
Dec 26, 2024
by
Xiaomeng Zhao
Committed by
GitHub
Dec 26, 2024
Browse files
Merge pull request #1365 from myhloli/dev
build(deps): upgrade unimernet to 0.2.3
parents
f3ae9fd8
96f8da2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
requirements-docker.txt
requirements-docker.txt
+1
-1
setup.py
setup.py
+1
-1
No files found.
requirements-docker.txt
View file @
667b1a39
...
...
@@ -7,7 +7,7 @@ numpy>=1.21.6,<2.0.0
fast-langdetect==0.2.0
scikit-learn>=1.0.2
pdfminer.six==20231228
unimernet==0.2.
2
unimernet==0.2.
3
torch>=2.2.2,<=2.3.1
torchvision>=0.17.2,<=0.18.1
matplotlib
...
...
setup.py
View file @
667b1a39
...
...
@@ -36,7 +36,7 @@ if __name__ == '__main__':
"paddlepaddle==3.0.0b1;platform_system=='Linux'"
,
"paddlepaddle==2.6.1;platform_system=='Windows' or platform_system=='Darwin'"
,
],
"full"
:
[
"unimernet==0.2.
2
"
,
# unimernet升级0.2.
2
,移除torchtext的依赖
"full"
:
[
"unimernet==0.2.
3
"
,
# unimernet升级0.2.
3
,移除torchtext
/eva-decord
的依赖
"torch>=2.2.2,<=2.3.1"
,
# torch2.4.0及之后版本未测试,先卡住版本上限
"torchvision>=0.17.2,<=0.18.1"
,
# torchvision 受torch版本约束
"matplotlib<=3.9.0;platform_system=='Windows'"
,
# 3.9.1及之后不提供windows的预编译包,避免一些没有编译环境的windows设备安装失败
...
...
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