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:
Zhichang Yu
2024-11-27 15:00:07 +08:00
committed by GitHub
parent 90ffcb4ddb
commit 6fb1a181aa
2 changed files with 78 additions and 76 deletions

View File

@ -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"