Skip to content

Commit 84de463

Browse files
authored
fix installation with python 3.8.17 (#146)
Make pip-compile executed.
1 parent 41cb7a7 commit 84de463

File tree

3 files changed

+115
-102
lines changed

3 files changed

+115
-102
lines changed

requirements/base.txt

Lines changed: 28 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -10,62 +10,59 @@ certifi==2023.5.7
1010
# via requests
1111
cffi==1.15.1
1212
# via cryptography
13-
charset-normalizer==3.1.0
13+
charset-normalizer==3.2.0
1414
# via
1515
# pdfminer-six
1616
# requests
17-
cmake==3.26.4
18-
# via triton
1917
coloredlogs==15.0.1
2018
# via onnxruntime
21-
contourpy==1.0.7
19+
contourpy==1.1.0
2220
# via matplotlib
2321
cryptography==41.0.1
2422
# via pdfminer-six
2523
cycler==0.11.0
2624
# via matplotlib
2725
effdet==0.4.1
2826
# via layoutparser
29-
filelock==3.12.0
27+
filelock==3.12.2
3028
# via
3129
# huggingface-hub
3230
# torch
3331
# transformers
34-
# triton
3532
flatbuffers==23.5.26
3633
# via onnxruntime
37-
fonttools==4.39.4
34+
fonttools==4.40.0
3835
# via matplotlib
39-
fsspec==2023.5.0
36+
fsspec==2023.6.0
4037
# via huggingface-hub
41-
huggingface-hub==0.15.1
38+
huggingface-hub==0.16.4
4239
# via
43-
# -r base.in
40+
# -r requirements/base.in
4441
# timm
4542
# transformers
4643
humanfriendly==10.0
4744
# via coloredlogs
4845
idna==3.4
4946
# via requests
47+
importlib-resources==6.0.0
48+
# via matplotlib
5049
iopath==0.1.10
5150
# via layoutparser
5251
jinja2==3.1.2
5352
# via torch
5453
kiwisolver==1.4.4
5554
# via matplotlib
5655
layoutparser[layoutmodels,tesseract]==0.3.4
57-
# via -r base.in
58-
lit==16.0.6
59-
# via triton
56+
# via -r requirements/base.in
6057
markupsafe==2.1.3
6158
# via jinja2
62-
matplotlib==3.7.1
59+
matplotlib==3.7.2
6360
# via pycocotools
6461
mpmath==1.3.0
6562
# via sympy
6663
networkx==3.1
6764
# via torch
68-
numpy==1.24.3
65+
numpy==1.24.4
6966
# via
7067
# contourpy
7168
# layoutparser
@@ -80,10 +77,10 @@ numpy==1.24.3
8077
omegaconf==2.3.0
8178
# via effdet
8279
onnxruntime==1.15.1
83-
# via -r base.in
84-
opencv-python==4.7.0.72
80+
# via -r requirements/base.in
81+
opencv-python==4.8.0.74
8582
# via
86-
# -r base.in
83+
# -r requirements/base.in
8784
# layoutparser
8885
packaging==23.1
8986
# via
@@ -92,15 +89,15 @@ packaging==23.1
9289
# onnxruntime
9390
# pytesseract
9491
# transformers
95-
pandas==2.0.2
92+
pandas==2.0.3
9693
# via layoutparser
9794
pdf2image==1.16.3
9895
# via layoutparser
9996
pdfminer-six==20221105
10097
# via pdfplumber
10198
pdfplumber==0.9.0
10299
# via layoutparser
103-
pillow==9.5.0
100+
pillow==10.0.0
104101
# via
105102
# layoutparser
106103
# matplotlib
@@ -110,7 +107,7 @@ pillow==9.5.0
110107
# torchvision
111108
portalocker==2.7.0
112109
# via iopath
113-
protobuf==4.23.2
110+
protobuf==4.23.4
114111
# via onnxruntime
115112
pycocotools==2.0.6
116113
# via effdet
@@ -125,7 +122,7 @@ python-dateutil==2.8.2
125122
# matplotlib
126123
# pandas
127124
python-multipart==0.0.6
128-
# via -r base.in
125+
# via -r requirements/base.in
129126
pytz==2023.3
130127
# via pandas
131128
pyyaml==6.0
@@ -143,7 +140,9 @@ requests==2.31.0
143140
# torchvision
144141
# transformers
145142
safetensors==0.3.1
146-
# via timm
143+
# via
144+
# timm
145+
# transformers
147146
scipy==1.10.1
148147
# via layoutparser
149148
six==1.16.0
@@ -162,7 +161,6 @@ torch==2.0.1
162161
# layoutparser
163162
# timm
164163
# torchvision
165-
# triton
166164
torchvision==0.15.2
167165
# via
168166
# effdet
@@ -173,26 +171,18 @@ tqdm==4.65.0
173171
# huggingface-hub
174172
# iopath
175173
# transformers
176-
transformers==4.29.2
177-
# via -r base.in
178-
triton==2.0.0
179-
# via torch
180-
typing-extensions==4.6.3
174+
transformers==4.30.2
175+
# via -r requirements/base.in
176+
typing-extensions==4.7.1
181177
# via
182178
# huggingface-hub
183179
# iopath
184180
# torch
185181
tzdata==2023.3
186182
# via pandas
187-
urllib3==2.0.2
183+
urllib3==2.0.3
188184
# via requests
189185
wand==0.6.11
190186
# via pdfplumber
191-
wheel==0.40.0
192-
# via
193-
# nvidia-cublas-cu11
194-
# nvidia-cuda-cupti-cu11
195-
# nvidia-cuda-runtime-cu11
196-
# nvidia-curand-cu11
197-
# nvidia-cusparse-cu11
198-
# nvidia-nvtx-cu11
187+
zipp==3.16.0
188+
# via importlib-resources

requirements/dev.txt

Lines changed: 36 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile requirements/dev.in
66
#
7-
anyio==3.7.0
7+
anyio==3.7.1
88
# via
99
# -c requirements/test.txt
1010
# jupyter-server
@@ -22,7 +22,9 @@ argon2-cffi-bindings==21.2.0
2222
asttokens==2.2.1
2323
# via stack-data
2424
attrs==23.1.0
25-
# via jsonschema
25+
# via
26+
# jsonschema
27+
# referencing
2628
backcall==0.2.0
2729
# via ipython
2830
beautifulsoup4==4.12.2
@@ -35,7 +37,7 @@ cffi==1.15.1
3537
# via
3638
# -c requirements/base.txt
3739
# argon2-cffi-bindings
38-
click==8.1.3
40+
click==8.1.4
3941
# via
4042
# -c requirements/test.txt
4143
# pip-tools
@@ -49,7 +51,7 @@ defusedxml==0.7.1
4951
# via nbconvert
5052
entrypoints==0.4
5153
# via jupyter-client
52-
exceptiongroup==1.1.1
54+
exceptiongroup==1.1.2
5355
# via
5456
# -c requirements/test.txt
5557
# anyio
@@ -62,13 +64,14 @@ idna==3.4
6264
# -c requirements/base.txt
6365
# -c requirements/test.txt
6466
# anyio
65-
importlib-metadata==6.6.0
67+
importlib-metadata==6.8.0
6668
# via nbconvert
67-
importlib-resources==5.12.0
69+
importlib-resources==6.0.0
6870
# via
6971
# -c requirements/base.txt
7072
# jsonschema
71-
ipykernel==6.23.1
73+
# jsonschema-specifications
74+
ipykernel==6.24.0
7275
# via
7376
# ipywidgets
7477
# jupyter
@@ -87,7 +90,7 @@ ipython-genutils==0.2.0
8790
# nbclassic
8891
# notebook
8992
# qtconsole
90-
ipywidgets==8.0.6
93+
ipywidgets==8.0.7
9194
# via jupyter
9295
jedi==0.18.2
9396
# via ipython
@@ -98,8 +101,10 @@ jinja2==3.1.2
98101
# nbclassic
99102
# nbconvert
100103
# notebook
101-
jsonschema==4.17.3
104+
jsonschema==4.18.0
102105
# via nbformat
106+
jsonschema-specifications==2023.6.1
107+
# via jsonschema
103108
jupyter==1.0.0
104109
# via -r requirements/dev.in
105110
jupyter-client==7.3.4
@@ -114,7 +119,7 @@ jupyter-client==7.3.4
114119
# qtconsole
115120
jupyter-console==6.6.3
116121
# via jupyter
117-
jupyter-core==5.3.0
122+
jupyter-core==5.3.1
118123
# via
119124
# ipykernel
120125
# jupyter-client
@@ -133,7 +138,7 @@ jupyter-server==1.23.6
133138
# notebook-shim
134139
jupyterlab-pygments==0.2.2
135140
# via nbconvert
136-
jupyterlab-widgets==3.0.7
141+
jupyterlab-widgets==3.0.8
137142
# via ipywidgets
138143
markupsafe==2.1.3
139144
# via
@@ -144,19 +149,19 @@ matplotlib-inline==0.1.6
144149
# via
145150
# ipykernel
146151
# ipython
147-
mistune==2.0.5
152+
mistune==3.0.1
148153
# via nbconvert
149154
nbclassic==1.0.0
150155
# via notebook
151156
nbclient==0.8.0
152157
# via nbconvert
153-
nbconvert==7.4.0
158+
nbconvert==7.6.0
154159
# via
155160
# jupyter
156161
# jupyter-server
157162
# nbclassic
158163
# notebook
159-
nbformat==5.9.0
164+
nbformat==5.9.1
160165
# via
161166
# jupyter-server
162167
# nbclassic
@@ -191,20 +196,20 @@ pexpect==4.8.0
191196
# via ipython
192197
pickleshare==0.7.5
193198
# via ipython
194-
pip-tools==6.13.0
199+
pip-tools==6.14.0
195200
# via -r requirements/dev.in
196201
pkgutil-resolve-name==1.3.10
197202
# via jsonschema
198-
platformdirs==3.5.1
203+
platformdirs==3.8.1
199204
# via
200205
# -c requirements/test.txt
201206
# jupyter-core
202-
prometheus-client==0.17.0
207+
prometheus-client==0.17.1
203208
# via
204209
# jupyter-server
205210
# nbclassic
206211
# notebook
207-
prompt-toolkit==3.0.38
212+
prompt-toolkit==3.0.39
208213
# via
209214
# ipython
210215
# jupyter-console
@@ -228,8 +233,6 @@ pygments==2.15.1
228233
# qtconsole
229234
pyproject-hooks==1.0.0
230235
# via build
231-
pyrsistent==0.19.3
232-
# via jsonschema
233236
python-dateutil==2.8.2
234237
# via
235238
# -c requirements/base.txt
@@ -247,6 +250,14 @@ qtconsole==5.4.3
247250
# via jupyter
248251
qtpy==2.3.1
249252
# via qtconsole
253+
referencing==0.29.1
254+
# via
255+
# jsonschema
256+
# jsonschema-specifications
257+
rpds-py==0.8.10
258+
# via
259+
# jsonschema
260+
# referencing
250261
send2trash==1.8.2
251262
# via
252263
# jupyter-server
@@ -277,6 +288,7 @@ tomli==2.0.1
277288
# via
278289
# -c requirements/test.txt
279290
# build
291+
# pip-tools
280292
# pyproject-hooks
281293
tornado==6.1
282294
# via
@@ -304,7 +316,7 @@ traitlets==5.9.0
304316
# nbformat
305317
# notebook
306318
# qtconsole
307-
typing-extensions==4.6.3
319+
typing-extensions==4.7.1
308320
# via
309321
# -c requirements/base.txt
310322
# -c requirements/test.txt
@@ -315,13 +327,13 @@ webencodings==0.5.1
315327
# via
316328
# bleach
317329
# tinycss2
318-
websocket-client==1.5.2
330+
websocket-client==1.6.1
319331
# via jupyter-server
320332
wheel==0.40.0
321333
# via pip-tools
322-
widgetsnbextension==4.0.7
334+
widgetsnbextension==4.0.8
323335
# via ipywidgets
324-
zipp==3.15.0
336+
zipp==3.16.0
325337
# via
326338
# -c requirements/base.txt
327339
# importlib-metadata

0 commit comments

Comments
 (0)