Skip to content

Commit

Permalink
build(deps): revert dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christinestraub committed Aug 8, 2024
1 parent a9b35f0 commit b015994
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 12 deletions.
12 changes: 8 additions & 4 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ packaging==23.2
# pikepdf
# pytesseract
# transformers
# unstructured-pytesseract
pandas==2.2.2
# via layoutparser
pdf2image==1.17.0
Expand All @@ -162,6 +163,7 @@ pillow==10.4.0
# pillow-heif
# pytesseract
# torchvision
# unstructured-pytesseract
pillow-heif==0.18.0
# via -r ./extra-pdf-image.in
portalocker==2.10.1
Expand Down Expand Up @@ -202,10 +204,8 @@ pypdf==4.3.1
# -r ./extra-pdf-image.in
pypdfium2==4.30.0
# via pdfplumber
pytesseract @ git+https://github.com/madmaze/[email protected]
# via
# -c ././deps/constraints.txt
# -r ./extra-pdf-image.in
pytesseract==0.3.10
# via -r ./extra-pdf-image.in
python-dateutil==2.9.0.post0
# via
# -c ./base.txt
Expand Down Expand Up @@ -290,6 +290,10 @@ tzdata==2024.1
# via pandas
unstructured-inference==0.7.36
# via -r ./extra-pdf-image.in
unstructured-pytesseract==0.3.12
# via
# -c ././deps/constraints.txt
# -r ./extra-pdf-image.in
urllib3==1.26.19
# via
# -c ././deps/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-pptx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lxml==5.2.2
# via python-pptx
pillow==10.4.0
# via python-pptx
python-pptx==1.0.2
python-pptx==1.0.1
# via -r ./extra-pptx.in
typing-extensions==4.12.2
# via python-pptx
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/embed-aws-bedrock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ langchain-community==0.2.11
# via
# -c ./ingest/../deps/constraints.txt
# -r ./ingest/embed-aws-bedrock.in
langchain-core==0.2.29
langchain-core==0.2.28
# via
# langchain
# langchain-community
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/embed-huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jsonpatch==1.33
# via langchain-core
jsonpointer==3.0.0
# via jsonpatch
langchain-core==0.2.29
langchain-core==0.2.28
# via langchain-huggingface
langchain-huggingface==0.0.3
# via -r ./ingest/embed-huggingface.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/embed-openai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jsonpatch==1.33
# via langchain-core
jsonpointer==3.0.0
# via jsonpatch
langchain-core==0.2.29
langchain-core==0.2.28
# via langchain-openai
langchain-openai==0.1.20
# via -r ./ingest/embed-openai.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/embed-vertexai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ langchain-community==0.2.11
# via
# -c ./ingest/../deps/constraints.txt
# -r ./ingest/embed-vertexai.in
langchain-core==0.2.29
langchain-core==0.2.28
# via
# langchain
# langchain-community
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/embed-voyageai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jsonpointer==3.0.0
# via jsonpatch
langchain==0.2.12
# via -r ./ingest/embed-voyageai.in
langchain-core==0.2.29
langchain-core==0.2.28
# via
# langchain
# langchain-text-splitters
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/singlestore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ requests==2.32.3
# via
# -c ./ingest/../base.txt
# singlestoredb
singlestoredb==1.6.2
singlestoredb==1.6.1
# via -r ./ingest/singlestore.in
sqlparams==6.0.1
# via singlestoredb
Expand Down
4 changes: 3 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
annotated-types==0.7.0
# via pydantic
appdirs==1.4.4
# via label-studio-tools
# via
# label-studio-sdk
# label-studio-tools
attrs==24.2.0
# via
# jsonschema
Expand Down

0 comments on commit b015994

Please sign in to comment.