Skip to content

Commit 97cbcb3

Browse files
authored
build(deps): Update requirements (#361)
It looks like there have been a number of upstream updates, so I want to get those pulled in.
1 parent e2a6757 commit 97cbcb3

File tree

4 files changed

+63
-61
lines changed

4 files changed

+63
-61
lines changed

requirements/base.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
layoutparser
33
python-multipart
44
huggingface-hub
5+
numpy<2
56
opencv-python!=4.7.0.68
67
onnx
78
onnxruntime>=1.17.0

requirements/base.txt

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile requirements/base.in
66
#
7-
certifi==2024.2.2
7+
certifi==2024.6.2
88
# via requests
99
cffi==1.16.0
1010
# via cryptography
@@ -16,24 +16,24 @@ coloredlogs==15.0.1
1616
# via onnxruntime
1717
contourpy==1.2.1
1818
# via matplotlib
19-
cryptography==42.0.7
19+
cryptography==42.0.8
2020
# via pdfminer-six
2121
cycler==0.12.1
2222
# via matplotlib
23-
filelock==3.14.0
23+
filelock==3.15.4
2424
# via
2525
# huggingface-hub
2626
# torch
2727
# transformers
2828
flatbuffers==24.3.25
2929
# via onnxruntime
30-
fonttools==4.51.0
30+
fonttools==4.53.0
3131
# via matplotlib
32-
fsspec==2024.5.0
32+
fsspec==2024.6.0
3333
# via
3434
# huggingface-hub
3535
# torch
36-
huggingface-hub==0.23.1
36+
huggingface-hub==0.23.4
3737
# via
3838
# -r requirements/base.in
3939
# timm
@@ -63,6 +63,7 @@ networkx==3.2.1
6363
# via torch
6464
numpy==1.26.4
6565
# via
66+
# -r requirements/base.in
6667
# contourpy
6768
# layoutparser
6869
# matplotlib
@@ -73,15 +74,15 @@ numpy==1.26.4
7374
# scipy
7475
# torchvision
7576
# transformers
76-
onnx==1.16.0
77+
onnx==1.16.1
7778
# via -r requirements/base.in
7879
onnxruntime==1.18.0
7980
# via -r requirements/base.in
80-
opencv-python==4.9.0.80
81+
opencv-python==4.10.0.84
8182
# via
8283
# -r requirements/base.in
8384
# layoutparser
84-
packaging==24.0
85+
packaging==24.1
8586
# via
8687
# huggingface-hub
8788
# matplotlib
@@ -93,7 +94,7 @@ pdf2image==1.17.0
9394
# via layoutparser
9495
pdfminer-six==20231228
9596
# via pdfplumber
96-
pdfplumber==0.11.0
97+
pdfplumber==0.11.1
9798
# via layoutparser
9899
pillow==10.3.0
99100
# via
@@ -102,9 +103,9 @@ pillow==10.3.0
102103
# pdf2image
103104
# pdfplumber
104105
# torchvision
105-
portalocker==2.8.2
106+
portalocker==2.10.0
106107
# via iopath
107-
protobuf==5.26.1
108+
protobuf==5.27.1
108109
# via
109110
# onnx
110111
# onnxruntime
@@ -128,52 +129,52 @@ pyyaml==6.0.1
128129
# layoutparser
129130
# timm
130131
# transformers
131-
rapidfuzz==3.9.1
132+
rapidfuzz==3.9.3
132133
# via -r requirements/base.in
133134
regex==2024.5.15
134135
# via transformers
135-
requests==2.32.2
136+
requests==2.32.3
136137
# via
137138
# huggingface-hub
138139
# transformers
139140
safetensors==0.4.3
140141
# via
141142
# timm
142143
# transformers
143-
scipy==1.13.0
144+
scipy==1.13.1
144145
# via layoutparser
145146
six==1.16.0
146147
# via python-dateutil
147-
sympy==1.12
148+
sympy==1.12.1
148149
# via
149150
# onnxruntime
150151
# torch
151-
timm==1.0.3
152+
timm==1.0.7
152153
# via -r requirements/base.in
153154
tokenizers==0.19.1
154155
# via transformers
155-
torch==2.3.0
156+
torch==2.3.1
156157
# via
157158
# -r requirements/base.in
158159
# timm
159160
# torchvision
160-
torchvision==0.18.0
161+
torchvision==0.18.1
161162
# via timm
162163
tqdm==4.66.4
163164
# via
164165
# huggingface-hub
165166
# iopath
166167
# transformers
167-
transformers==4.41.0
168+
transformers==4.41.2
168169
# via -r requirements/base.in
169-
typing-extensions==4.11.0
170+
typing-extensions==4.12.2
170171
# via
171172
# huggingface-hub
172173
# iopath
173174
# torch
174175
tzdata==2024.1
175176
# via pandas
176-
urllib3==2.2.1
177+
urllib3==2.2.2
177178
# via requests
178-
zipp==3.18.2
179+
zipp==3.19.2
179180
# via importlib-resources

requirements/dev.txt

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile requirements/dev.in
66
#
7-
anyio==4.3.0
7+
anyio==4.4.0
88
# via
99
# -c requirements/test.txt
1010
# httpx
@@ -33,7 +33,7 @@ bleach==6.1.0
3333
# via nbconvert
3434
build==1.2.1
3535
# via pip-tools
36-
certifi==2024.2.2
36+
certifi==2024.6.2
3737
# via
3838
# -c requirements/base.txt
3939
# -c requirements/test.txt
@@ -78,9 +78,9 @@ exceptiongroup==1.2.1
7878
# ipython
7979
executing==2.0.1
8080
# via stack-data
81-
fastjsonschema==2.19.1
81+
fastjsonschema==2.20.0
8282
# via nbformat
83-
fonttools==4.51.0
83+
fonttools==4.53.0
8484
# via
8585
# -c requirements/base.txt
8686
# matplotlib
@@ -106,7 +106,7 @@ idna==3.7
106106
# httpx
107107
# jsonschema
108108
# requests
109-
importlib-metadata==7.1.0
109+
importlib-metadata==8.0.0
110110
# via
111111
# build
112112
# jupyter-client
@@ -130,7 +130,7 @@ ipython==8.18.1
130130
# ipykernel
131131
# ipywidgets
132132
# jupyter-console
133-
ipywidgets==8.1.2
133+
ipywidgets==8.1.3
134134
# via jupyter
135135
isoduration==20.11.0
136136
# via jsonschema
@@ -145,7 +145,7 @@ jinja2==3.1.4
145145
# nbconvert
146146
json5==0.9.25
147147
# via jupyterlab-server
148-
jsonpointer==2.4
148+
jsonpointer==3.0.0
149149
# via jsonschema
150150
jsonschema[format-nongpl]==4.22.0
151151
# via
@@ -156,7 +156,7 @@ jsonschema-specifications==2023.12.1
156156
# via jsonschema
157157
jupyter==1.0.0
158158
# via -r requirements/dev.in
159-
jupyter-client==8.6.1
159+
jupyter-client==8.6.2
160160
# via
161161
# ipykernel
162162
# jupyter-console
@@ -180,7 +180,7 @@ jupyter-events==0.10.0
180180
# via jupyter-server
181181
jupyter-lsp==2.2.5
182182
# via jupyterlab
183-
jupyter-server==2.14.0
183+
jupyter-server==2.14.1
184184
# via
185185
# jupyter-lsp
186186
# jupyterlab
@@ -189,15 +189,15 @@ jupyter-server==2.14.0
189189
# notebook-shim
190190
jupyter-server-terminals==0.5.3
191191
# via jupyter-server
192-
jupyterlab==4.2.0
192+
jupyterlab==4.2.2
193193
# via notebook
194194
jupyterlab-pygments==0.3.0
195195
# via nbconvert
196-
jupyterlab-server==2.27.1
196+
jupyterlab-server==2.27.2
197197
# via
198198
# jupyterlab
199199
# notebook
200-
jupyterlab-widgets==3.0.10
200+
jupyterlab-widgets==3.0.11
201201
# via ipywidgets
202202
kiwisolver==1.4.5
203203
# via
@@ -231,7 +231,7 @@ nbformat==5.10.4
231231
# nbconvert
232232
nest-asyncio==1.6.0
233233
# via ipykernel
234-
notebook==7.2.0
234+
notebook==7.2.1
235235
# via jupyter
236236
notebook-shim==0.2.4
237237
# via
@@ -244,7 +244,7 @@ numpy==1.26.4
244244
# matplotlib
245245
overrides==7.7.0
246246
# via jupyter-server
247-
packaging==24.0
247+
packaging==24.1
248248
# via
249249
# -c requirements/base.txt
250250
# -c requirements/test.txt
@@ -276,11 +276,11 @@ platformdirs==4.2.2
276276
# jupyter-core
277277
prometheus-client==0.20.0
278278
# via jupyter-server
279-
prompt-toolkit==3.0.43
279+
prompt-toolkit==3.0.47
280280
# via
281281
# ipython
282282
# jupyter-console
283-
psutil==5.9.8
283+
psutil==6.0.0
284284
# via ipykernel
285285
ptyprocess==0.7.0
286286
# via
@@ -335,7 +335,7 @@ referencing==0.35.1
335335
# jsonschema
336336
# jsonschema-specifications
337337
# jupyter-events
338-
requests==2.32.2
338+
requests==2.32.3
339339
# via
340340
# -c requirements/base.txt
341341
# -c requirements/test.txt
@@ -382,7 +382,7 @@ tomli==2.0.1
382382
# build
383383
# jupyterlab
384384
# pip-tools
385-
tornado==6.4
385+
tornado==6.4.1
386386
# via
387387
# ipykernel
388388
# jupyter-client
@@ -409,7 +409,7 @@ traitlets==5.14.3
409409
# qtconsole
410410
types-python-dateutil==2.9.0.20240316
411411
# via arrow
412-
typing-extensions==4.11.0
412+
typing-extensions==4.12.2
413413
# via
414414
# -c requirements/base.txt
415415
# -c requirements/test.txt
@@ -418,14 +418,14 @@ typing-extensions==4.11.0
418418
# ipython
419419
uri-template==1.3.0
420420
# via jsonschema
421-
urllib3==2.2.1
421+
urllib3==2.2.2
422422
# via
423423
# -c requirements/base.txt
424424
# -c requirements/test.txt
425425
# requests
426426
wcwidth==0.2.13
427427
# via prompt-toolkit
428-
webcolors==1.13
428+
webcolors==24.6.0
429429
# via jsonschema
430430
webencodings==0.5.1
431431
# via
@@ -435,9 +435,9 @@ websocket-client==1.8.0
435435
# via jupyter-server
436436
wheel==0.43.0
437437
# via pip-tools
438-
widgetsnbextension==4.0.10
438+
widgetsnbextension==4.0.11
439439
# via ipywidgets
440-
zipp==3.18.2
440+
zipp==3.19.2
441441
# via
442442
# -c requirements/base.txt
443443
# importlib-metadata

0 commit comments

Comments
 (0)