Преглед на файлове

build(setup): add old_linux specific dependencies

- Add albumentations package with version <=1.4.20 for old_linux
- This version is compatible with Linux systems from 2019 and earlier
- Version 1.4.21 and above introduced simsimd which is not supported on older Linux systems
myhloli преди 1 година
родител
ревизия
d0f633e2d5
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      setup.py

+ 3 - 0
setup.py

@@ -52,6 +52,9 @@ if __name__ == '__main__':
                      "PyYAML",  # yaml
                      "detectron2"
                      ],
+            "old_linux":[
+                "albumentations<=1.4.20", # 1.4.21引入的simsimd不支持2019年及更早的linux系统
+            ]
         },
         description="A practical tool for converting PDF to Markdown",  # 简短描述
         long_description=long_description,  # 详细描述