mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Added aspose on macosx/arm64 (#3686)
### What problem does this PR solve? Added aspose on macosx/arm64. Close #3666 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -16,7 +16,7 @@ azure-identity = "1.17.1"
|
||||
azure-storage-file-datalake = "12.16.0"
|
||||
anthropic = "=0.34.1"
|
||||
arxiv = "2.1.3"
|
||||
aspose-slides = { version = "^24.9.0", markers = "platform_machine == 'x86_64'" }
|
||||
aspose-slides = { version = "^24.9.0", markers = "platform_machine == 'x86_64' or (sys_platform == 'darwin' and platform_machine == 'arm64') " }
|
||||
beartype = "^0.18.5"
|
||||
bio = "1.7.1"
|
||||
boto3 = "1.34.140"
|
||||
|
||||
Reference in New Issue
Block a user