Skip to content

Commit

Permalink
Merge pull request #1016 from myhloli/dev
Browse files Browse the repository at this point in the history
build(setup): add old_linux specific dependencies
  • Loading branch information
myhloli authored Nov 18, 2024
2 parents 2cf7b1c + d0f633e commit 98638bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ def parse_requirements(filename):
"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, # 详细描述
Expand Down

0 comments on commit 98638bb

Please sign in to comment.