Skip to content

Commit

Permalink
make pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Coniferish committed Apr 26, 2024
1 parent 4c18e1e commit 8ffafb9
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 19 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jsonpath-python==1.0.6
# via unstructured-client
langdetect==1.0.9
# via -r ./base.in
lxml==4.9.4
lxml==5.2.1
# via -r ./base.in
marshmallow==3.21.1
# via
Expand Down
3 changes: 1 addition & 2 deletions requirements/extra-docx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
#
# pip-compile ./extra-docx.in
#
lxml==4.9.4
lxml==5.2.1
# via
# -c ././deps/constraints.txt
# -c ./base.txt
# python-docx
python-docx==1.1.0
Expand Down
3 changes: 1 addition & 2 deletions requirements/extra-odt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
#
# pip-compile ./extra-odt.in
#
lxml==4.9.4
lxml==5.2.1
# via
# -c ././deps/constraints.txt
# -c ./base.txt
# python-docx
pypandoc==1.13
Expand Down
3 changes: 1 addition & 2 deletions requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,8 @@ lazy-loader==0.4
# via scikit-image
lmdb==1.4.1
# via unstructured-paddleocr
lxml==4.9.4
lxml==5.2.1
# via
# -c ././deps/constraints.txt
# -c ./base.txt
# premailer
# unstructured-paddleocr
Expand Down
3 changes: 1 addition & 2 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ kiwisolver==1.4.5
# via matplotlib
layoutparser[layoutmodels,tesseract]==0.3.4
# via unstructured-inference
lxml==4.9.4
lxml==5.2.1
# via
# -c ././deps/constraints.txt
# -c ./base.txt
# pikepdf
markupsafe==2.1.5
Expand Down
6 changes: 2 additions & 4 deletions requirements/extra-pptx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
#
# pip-compile ./extra-pptx.in
#
lxml==4.9.4
# via
# -c ././deps/constraints.txt
# python-pptx
lxml==5.2.1
# via python-pptx
pillow==10.3.0
# via python-pptx
python-pptx==0.6.23
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 @@ -115,7 +115,7 @@ langchain-core==0.1.46
# langchain-community
# langchain-google-vertexai
# langchain-text-splitters
langchain-google-vertexai==1.0.1
langchain-google-vertexai==1.0.2
# via -r ./ingest/embed-vertexai.in
langchain-text-splitters==0.0.1
# via langchain
Expand Down
3 changes: 1 addition & 2 deletions requirements/ingest/salesforce.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ idna==3.7
# requests
isodate==0.6.1
# via zeep
lxml==4.9.4
lxml==5.2.1
# via
# -c ./ingest/../base.txt
# -c ./ingest/../deps/constraints.txt
# zeep
more-itertools==10.2.0
# via simple-salesforce
Expand Down
5 changes: 2 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ label-studio-sdk==0.0.32
# via -r ./test.in
label-studio-tools==0.0.3
# via label-studio-sdk
lxml==4.9.4
lxml==5.2.1
# via
# -c ././deps/constraints.txt
# -c ./base.txt
# label-studio-sdk
# label-studio-tools
Expand Down Expand Up @@ -97,7 +96,7 @@ pyflakes==3.2.0
# via
# autoflake
# flake8
pytest==8.1.1
pytest==8.1.2
# via
# pytest-cov
# pytest-mock
Expand Down

0 comments on commit 8ffafb9

Please sign in to comment.