Skip to content

Commit

Permalink
update unstructured-inference to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tbs17 committed Jan 21, 2025
1 parent 9ea13cc commit 96ce8b3
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 27 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ click==8.1.8
# pip-tools
distlib==0.3.9
# via virtualenv
filelock==3.16.1
filelock==3.17.0
# via virtualenv
identify==2.6.6
# via pre-commit
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-csv.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ six==1.17.0
# via
# -c ./base.txt
# python-dateutil
tzdata==2024.2
tzdata==2025.1
# via pandas
2 changes: 1 addition & 1 deletion requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exceptiongroup==1.2.2
# via
# -c ./base.txt
# anyio
fonttools==4.55.3
fonttools==4.55.4
# via matplotlib
h11==0.14.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/extra-pdf-image.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

onnx
pdf2image
pdfminer.six==20240706
pdfminer.six
pycryptodome
pikepdf
pi_heif
Expand All @@ -12,5 +12,5 @@ google-cloud-vision
effdet
# Do not move to constraints.in, otherwise unstructured-inference will not be upgraded
# when unstructured library is.
unstructured-inference==0.8.4
unstructured-inference==0.8.5
unstructured.pytesseract>=0.3.12
27 changes: 8 additions & 19 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
antlr4-python3-runtime==4.9.3
# via omegaconf
cachetools==5.5.0
cachetools==5.5.1
# via google-auth
certifi==2024.12.14
# via
Expand All @@ -16,10 +16,6 @@ cffi==1.17.1
# via
# -c ./base.txt
# cryptography
chardet==5.2.0
# via
# -c ./base.txt
# pdfplumber
charset-normalizer==3.4.1
# via
# -c ./base.txt
Expand All @@ -39,14 +35,14 @@ deprecated==1.2.15
# via pikepdf
effdet==0.4.1
# via -r ./extra-pdf-image.in
filelock==3.16.1
filelock==3.17.0
# via
# huggingface-hub
# torch
# transformers
flatbuffers==24.12.23
# via onnxruntime
fonttools==4.55.3
fonttools==4.55.4
# via matplotlib
fsspec==2024.12.0
# via
Expand Down Expand Up @@ -143,9 +139,7 @@ pdf2image==1.17.0
pdfminer-six==20240706
# via
# -r ./extra-pdf-image.in
# pdfplumber
pdfplumber==0.5.3
# via unstructured-inference
# unstructured-inference
pi-heif==0.21.0
# via -r ./extra-pdf-image.in
pikepdf==9.5.1
Expand All @@ -154,7 +148,6 @@ pillow==11.1.0
# via
# matplotlib
# pdf2image
# pdfplumber
# pi-heif
# pikepdf
# torchvision
Expand Down Expand Up @@ -185,8 +178,6 @@ pycparser==2.22
# via
# -c ./base.txt
# cffi
pycrypto==2.6.1
# via pdfplumber
pycryptodome==3.21.0
# via -r ./extra-pdf-image.in
pyparsing==3.2.1
Expand All @@ -195,6 +186,8 @@ pypdf==5.1.0
# via
# -c ./base.txt
# -r ./extra-pdf-image.in
pypdfium2==4.30.1
# via unstructured-inference
python-dateutil==2.9.0.post0
# via
# -c ./base.txt
Expand Down Expand Up @@ -271,11 +264,9 @@ typing-extensions==4.12.2
# huggingface-hub
# pypdf
# torch
tzdata==2024.2
tzdata==2025.1
# via pandas
unicodecsv==0.14.1
# via pdfplumber
unstructured-inference==0.8.4
unstructured-inference==0.8.5
# via -r ./extra-pdf-image.in
unstructured-pytesseract==0.3.13
# via -r ./extra-pdf-image.in
Expand All @@ -284,8 +275,6 @@ urllib3==1.26.20
# -c ././deps/constraints.txt
# -c ./base.txt
# requests
wand==0.6.13
# via pdfplumber
wrapt==1.17.2
# via
# -c ./base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-xlsx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ six==1.17.0
# via
# -c ./base.txt
# python-dateutil
tzdata==2024.2
tzdata==2025.1
# via pandas
xlrd==2.0.1
# via -r ./extra-xlsx.in
2 changes: 1 addition & 1 deletion requirements/huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ click==8.1.8
# via
# -c ./base.txt
# sacremoses
filelock==3.16.1
filelock==3.17.0
# via
# huggingface-hub
# torch
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ typing-extensions==4.12.2
# pydantic
# pydantic-core
# referencing
tzdata==2024.2
tzdata==2025.1
# via pandas
ujson==5.10.0
# via label-studio-sdk
Expand Down

0 comments on commit 96ce8b3

Please sign in to comment.