浏览代码

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
myhloli 7 月之前
父节点
当前提交
0f0591cf8f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -53,6 +53,7 @@ if __name__ == '__main__':
                      ],
             "old_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",  # 简短描述