Fix: aspose-slide issue. (#11935)

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-12-12 20:16:18 +08:00
committed by GitHub
parent 2b260901df
commit 44dec89f1f
3 changed files with 656 additions and 460 deletions

View File

@ -14,7 +14,7 @@ dependencies = [
"azure-storage-file-datalake==12.16.0",
"anthropic==0.34.1",
"arxiv==2.1.3",
"aspose-slides>=25.10.0,<26.0.0; platform_machine == 'x86_64' or (sys_platform == 'darwin' and platform_machine == 'arm64')",
"aspose-slides==24.7.0; platform_machine == 'x86_64' or (sys_platform == 'darwin' and platform_machine == 'arm64')",
"atlassian-python-api==4.0.7",
"beartype>=0.20.0,<1.0.0",
"bio==1.7.1",