mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 11:42:29 +08:00
downgrade unstructured nltk version (#9726)
This commit is contained in:
parent
cac1ef7ade
commit
121bb99cc2
984
api/poetry.lock
generated
984
api/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user