chore: Remove PDF extra from unstructured dependency because of pytorch (#3633)
Remove PDF extra from unstructured dependency in pyproject.toml
This commit is contained in:
parent
a71375c6f9
commit
15bb39ac9c
2 changed files with 23 additions and 888 deletions
909
poetry.lock
generated
909
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -87,7 +87,7 @@ langchain-chroma = "^0.1.1"
|
|||
upstash-vector = "^0.4.0"
|
||||
gitpython = "^3.1.43"
|
||||
cassio = { extras = ["cassio"], version = "^0.1.7", optional = true }
|
||||
unstructured = {extras = ["docx", "md", "pptx", "pdf"], version = "^0.14.4"}
|
||||
unstructured = {extras = ["docx", "md", "pptx"], version = "^0.14.4"}
|
||||
langchain-aws = "^0.1.16"
|
||||
langchain-mongodb = "^0.1.6"
|
||||
kubernetes = "^30.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue