Unverified Commit 98638bb6 authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Merge pull request #1016 from myhloli/dev

build(setup): add old_linux specific dependencies
parents 2cf7b1c6 d0f633e2
...@@ -52,6 +52,9 @@ if __name__ == '__main__': ...@@ -52,6 +52,9 @@ if __name__ == '__main__':
"PyYAML", # yaml "PyYAML", # yaml
"detectron2" "detectron2"
], ],
"old_linux":[
"albumentations<=1.4.20", # 1.4.21引入的simsimd不支持2019年及更早的linux系统
]
}, },
description="A practical tool for converting PDF to Markdown", # 简短描述 description="A practical tool for converting PDF to Markdown", # 简短描述
long_description=long_description, # 详细描述 long_description=long_description, # 详细描述
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment