Skip to content

Commit d185e64

Browse files
authored
update makefile pip version (#158)
1 parent 319859d commit d185e64

File tree

7 files changed

+148
-91
lines changed

7 files changed

+148
-91
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME := unstructured_inference
2-
PIP_VERSION := 23.1.2
2+
PIP_VERSION := 23.2.1
33
CURRENT_DIR := $(shell pwd)
44

55

requirements/base.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
antlr4-python3-runtime==4.9.3
88
# via omegaconf
9-
certifi==2023.5.7
9+
certifi==2023.7.22
1010
# via requests
1111
cffi==1.15.1
1212
# via cryptography
@@ -18,7 +18,7 @@ coloredlogs==15.0.1
1818
# via onnxruntime
1919
contourpy==1.1.0
2020
# via matplotlib
21-
cryptography==41.0.1
21+
cryptography==41.0.2
2222
# via pdfminer-six
2323
cycler==0.11.0
2424
# via matplotlib
@@ -31,7 +31,7 @@ filelock==3.12.2
3131
# transformers
3232
flatbuffers==23.5.26
3333
# via onnxruntime
34-
fonttools==4.40.0
34+
fonttools==4.41.1
3535
# via matplotlib
3636
fsspec==2023.6.0
3737
# via huggingface-hub
@@ -95,7 +95,7 @@ pdf2image==1.16.3
9595
# via layoutparser
9696
pdfminer-six==20221105
9797
# via pdfplumber
98-
pdfplumber==0.9.0
98+
pdfplumber==0.10.1
9999
# via layoutparser
100100
pillow==10.0.0
101101
# via
@@ -115,6 +115,8 @@ pycparser==2.21
115115
# via cffi
116116
pyparsing==3.0.9
117117
# via matplotlib
118+
pypdfium2==4.18.0
119+
# via pdfplumber
118120
pytesseract==0.3.10
119121
# via layoutparser
120122
python-dateutil==2.8.2
@@ -125,7 +127,7 @@ python-multipart==0.0.6
125127
# via -r requirements/base.in
126128
pytz==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
176178
typing-extensions==4.7.1
177179
# via
@@ -180,9 +182,7 @@ typing-extensions==4.7.1
180182
# torch
181183
tzdata==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

requirements/dev.in

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,3 @@
33
jupyter
44
ipython
55
pip-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

0 commit comments

Comments
 (0)