remove ppt import (#9721)

This commit is contained in:
Jyong
2024-10-23 18:22:30 +08:00
committed by GitHub
parent d74d79b3d8
commit cac1ef7ade
2 changed files with 96 additions and 81 deletions

View File

@@ -177,7 +177,7 @@ tencentcloud-sdk-python-hunyuan = "~3.0.1158"
tiktoken = "~0.8.0"
tokenizers = "~0.15.0"
transformers = "~4.35.0"
unstructured = { version = "~0.15.7", extras = ["docx", "epub", "md", "msg", "ppt", "pptx", "pdf"] }
unstructured = { version = "~0.15.7", extras = ["docx", "epub", "md", "msg", "pptx", "pdf"] }
validators = "0.21.0"
volcengine-python-sdk = {extras = ["ark"], version = "~1.0.98"}
websocket-client = "~1.7.0"