"test/vscode:/vscode.git/clone" did not exist on "689ff588eca5b6d401b6bfd736cf98cd2b776144"
Commit 0f0591cf authored by myhloli's avatar myhloli
Browse files

build(old_linux): add rapid_table dependency for PDF conversion

- Add rapid_table==1.0.3 to old_linux specific dependencies
- This version is compatible with Linux systems from 2019 and earlier
- Newer versions of rapid_table depend on onnxruntime, which is not supported on older Linux systems
parent d32a63ca
...@@ -53,6 +53,7 @@ if __name__ == '__main__': ...@@ -53,6 +53,7 @@ if __name__ == '__main__':
], ],
"old_linux":[ "old_linux":[
"albumentations<=1.4.20", # 1.4.21引入的simsimd不支持2019年及更早的linux系统 "albumentations<=1.4.20", # 1.4.21引入的simsimd不支持2019年及更早的linux系统
"rapid_table==1.0.3", # rapid_table新版本依赖的onnxruntime不支持2019年及更早的linux系统
], ],
}, },
description="A practical tool for converting PDF to Markdown", # 简短描述 description="A practical tool for converting PDF to Markdown", # 简短描述
......
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