mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
build(deps): update PaddlePaddle dependency versions
- Update PaddlePaddle to 3.0.0rc1 for Linux and macOS
This commit is contained in:
4
setup.py
4
setup.py
@@ -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.0b1;platform_system=='Linux'", # 解决linux的段异常问题
|
||||
"paddlepaddle==2.6.1;platform_system=='Windows' or platform_system=='Darwin'", # windows版本3.0.0b1效率下降,需锁定2.6.1
|
||||
"paddlepaddle==3.0.0rc1;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依赖
|
||||
|
||||
Reference in New Issue
Block a user