downgrade unstructured nltk version (#9726)

This commit is contained in:
Jyong 2024-10-23 19:02:27 +08:00 committed by GitHub
parent cac1ef7ade
commit 121bb99cc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 64 additions and 925 deletions

984
api/poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -172,12 +172,11 @@ sagemaker = "2.231.0"
scikit-learn = "~1.5.1"
sentry-sdk = { version = "~1.44.1", extras = ["flask"] }
sqlalchemy = "~2.0.29"
starlette = "0.41.0"
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", "pptx", "pdf"] }
unstructured = { version = "~0.10.27", extras = ["docx", "epub", "md", "msg", "ppt", "pptx"] }
validators = "0.21.0"
volcengine-python-sdk = {extras = ["ark"], version = "~1.0.98"}
websocket-client = "~1.7.0"
@ -207,7 +206,7 @@ duckduckgo-search = "~6.3.0"
jsonpath-ng = "1.6.1"
matplotlib = "~3.8.2"
newspaper3k = "0.2.8"
nltk = "3.9.1"
nltk = "3.8.1"
numexpr = "~2.9.0"
pydub = "~0.25.1"
qrcode = "~7.4.2"