File tree Expand file tree Collapse file tree 7 files changed +148
-91
lines changed Expand file tree Collapse file tree 7 files changed +148
-91
lines changed Original file line number Diff line number Diff line change 1+ ## 0.5.8-dev0
2+
13## 0.5.7
24
35* hotfix to handle issue storing images in a new dir when the pdf has no file extension
Original file line number Diff line number Diff line change 11PACKAGE_NAME := unstructured_inference
2- PIP_VERSION := 23.1.2
2+ PIP_VERSION := 23.2.1
33CURRENT_DIR := $(shell pwd)
44
55
Original file line number Diff line number Diff line change 66#
77antlr4-python3-runtime==4.9.3
88 # via omegaconf
9- certifi==2023.5.7
9+ certifi==2023.7.22
1010 # via requests
1111cffi==1.15.1
1212 # via cryptography
@@ -18,7 +18,7 @@ coloredlogs==15.0.1
1818 # via onnxruntime
1919contourpy==1.1.0
2020 # via matplotlib
21- cryptography==41.0.1
21+ cryptography==41.0.2
2222 # via pdfminer-six
2323cycler==0.11.0
2424 # via matplotlib
@@ -31,7 +31,7 @@ filelock==3.12.2
3131 # transformers
3232flatbuffers==23.5.26
3333 # via onnxruntime
34- fonttools==4.40.0
34+ fonttools==4.41.1
3535 # via matplotlib
3636fsspec==2023.6.0
3737 # via huggingface-hub
@@ -95,7 +95,7 @@ pdf2image==1.16.3
9595 # via layoutparser
9696pdfminer-six==20221105
9797 # via pdfplumber
98- pdfplumber==0.9.0
98+ pdfplumber==0.10.1
9999 # via layoutparser
100100pillow==10.0.0
101101 # via
@@ -115,6 +115,8 @@ pycparser==2.21
115115 # via cffi
116116pyparsing==3.0.9
117117 # via matplotlib
118+ pypdfium2==4.18.0
119+ # via pdfplumber
118120pytesseract==0.3.10
119121 # via layoutparser
120122python-dateutil==2.8.2
@@ -125,7 +127,7 @@ python-multipart==0.0.6
125127 # via -r requirements/base.in
126128pytz==2023.3
127129 # via pandas
128- pyyaml==6.0
130+ pyyaml==6.0.1
129131 # via
130132 # huggingface-hub
131133 # layoutparser
@@ -171,7 +173,7 @@ tqdm==4.65.0
171173 # huggingface-hub
172174 # iopath
173175 # transformers
174- transformers==4.30.2
176+ transformers==4.31.0
175177 # via -r requirements/base.in
176178typing-extensions==4.7.1
177179 # via
@@ -180,9 +182,7 @@ typing-extensions==4.7.1
180182 # torch
181183tzdata==2023.3
182184 # via pandas
183- urllib3==2.0.3
185+ urllib3==2.0.4
184186 # via requests
185- wand==0.6.11
186- # via pdfplumber
187- zipp==3.16.0
187+ zipp==3.16.2
188188 # via importlib-resources
Original file line number Diff line number Diff line change 33jupyter
44ipython
55pip-tools
6- # NOTE(alan): Pinned to prevent errors that occur with newer versions, see
7- # https://discourse.jupyter.org/t/jupyter-notebook-zmq-message-arrived-on-closed-channel-error/17869
8- jupyter_client==7.3.4
9- jupyter_server==1.23.6
10- tornado==6.1
You can’t perform that action at this time.
0 commit comments