Skip to content

Commit

Permalink
build(deps): bump unstructured-inference==0.5.18 (#1243)
Browse files Browse the repository at this point in the history
Bumps unstructured-inference to 0.5.18, changes non-default detectron2 classification threshold.
  • Loading branch information
benjats07 authored Aug 30, 2023
1 parent e4535d2 commit 7ce2659
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 17 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.10.10-dev0

### Enhancements
* Bump `unstructured-inference==0.5.18`, change non-default detectron2 classification threshold

### Features

### Fixes

## 0.10.9

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Pillow<10.0.0
# AttributeError: 'ResourcePath' object has no attribute 'collection'
Office365-REST-Python-Client<2.4.3
# NOTE(christine) Pinned to set the `unstructured-inference` version
unstructured-inference==0.5.17
unstructured-inference==0.5.18
# NOTE(klaijan) - Moved pin from test.in
# pinning to avoid error in argilla library
pydantic<2
Expand Down
11 changes: 6 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ executing==1.2.0
# via stack-data
fastjsonschema==2.18.0
# via nbformat
filelock==3.12.2
filelock==3.12.3
# via virtualenv
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -142,7 +142,7 @@ jsonschema-specifications==2023.7.1
# via jsonschema
jupyter==1.0.0
# via -r requirements/dev.in
jupyter-client==8.3.0
jupyter-client==8.3.1
# via
# ipykernel
# jupyter-console
Expand Down Expand Up @@ -198,7 +198,7 @@ mistune==3.0.1
# via nbconvert
nbclient==0.8.0
# via nbconvert
nbconvert==7.7.4
nbconvert==7.8.0
# via
# jupyter
# jupyter-server
Expand Down Expand Up @@ -296,7 +296,7 @@ pyzmq==25.1.1
# qtconsole
qtconsole==5.4.3
# via jupyter
qtpy==2.3.1
qtpy==2.4.0
# via qtconsole
referencing==0.30.2
# via
Expand All @@ -316,7 +316,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.9.2
rpds-py==0.10.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -379,6 +379,7 @@ typing-extensions==4.7.1
# via
# -c requirements/test.txt
# async-lru
# filelock
# ipython
uri-template==1.3.0
# via jsonschema
Expand Down
11 changes: 6 additions & 5 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cycler==0.11.0
# via matplotlib
effdet==0.4.1
# via layoutparser
filelock==3.12.2
filelock==3.12.3
# via
# huggingface-hub
# torch
Expand Down Expand Up @@ -132,7 +132,7 @@ pyparsing==3.0.9
# via
# -c requirements/constraints.in
# matplotlib
pypdfium2==4.18.0
pypdfium2==4.19.0
# via pdfplumber
pytesseract==0.3.10
# via layoutparser
Expand Down Expand Up @@ -176,7 +176,7 @@ sympy==1.12
# via
# onnxruntime
# torch
timm==0.9.5
timm==0.9.6
# via effdet
tokenizers==0.13.3
# via transformers
Expand All @@ -197,16 +197,17 @@ tqdm==4.66.1
# huggingface-hub
# iopath
# transformers
transformers==4.32.0
transformers==4.32.1
# via unstructured-inference
typing-extensions==4.7.1
# via
# filelock
# huggingface-hub
# iopath
# torch
tzdata==2023.3
# via pandas
unstructured-inference==0.5.17
unstructured-inference==0.5.18
# via
# -c requirements/constraints.in
# -r requirements/extra-pdf-image.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-pptx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pillow==9.5.0
# via
# -c requirements/constraints.in
# python-pptx
python-pptx==0.6.21
python-pptx==0.6.22
# via -r requirements/extra-pptx.in
xlsxwriter==3.1.2
# via python-pptx
5 changes: 3 additions & 2 deletions requirements/huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ click==8.1.7
# via
# -c requirements/base.txt
# sacremoses
filelock==3.12.2
filelock==3.12.3
# via
# huggingface-hub
# torch
Expand Down Expand Up @@ -90,10 +90,11 @@ tqdm==4.66.1
# huggingface-hub
# sacremoses
# transformers
transformers==4.32.0
transformers==4.32.1
# via -r requirements/huggingface.in
typing-extensions==4.7.1
# via
# filelock
# huggingface-hub
# torch
urllib3==1.26.16
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest-confluence.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements/ingest-confluence.in
#
atlassian-python-api==3.41.0
atlassian-python-api==3.41.1
# via -r requirements/ingest-confluence.in
certifi==2023.7.22
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pathspec==0.11.2
# via black
platformdirs==3.10.0
# via black
pluggy==1.2.0
pluggy==1.3.0
# via pytest
pycodestyle==2.11.0
# via flake8
Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.9" # pragma: no cover
__version__ = "0.10.10-dev0" # pragma: no cover

0 comments on commit 7ce2659

Please sign in to comment.