2
2
# This file is autogenerated by pip-compile with Python 3.8
3
3
# by the following command:
4
4
#
5
- # pip-compile requirements/local-inference.in
5
+ # pip-compile --extra=local-inference --output-file= requirements/local-inference.txt
6
6
#
7
7
antlr4-python3-runtime==4.9.3
8
8
# via omegaconf
9
9
anyio==3.6.2
10
- # via starlette
10
+ # via
11
+ # httpcore
12
+ # starlette
13
+ argilla==1.2.1
14
+ # via unstructured (setup.py)
15
+ backoff==2.2.1
16
+ # via argilla
11
17
certifi==2022.12.7
12
- # via requests
18
+ # via
19
+ # httpcore
20
+ # httpx
21
+ # requests
22
+ # unstructured (setup.py)
13
23
cffi==1.15.1
14
24
# via cryptography
15
25
charset-normalizer==3.0.1
16
26
# via
17
27
# pdfminer-six
18
28
# requests
19
29
click==8.1.3
20
- # via uvicorn
30
+ # via
31
+ # nltk
32
+ # uvicorn
21
33
contourpy==1.0.7
22
34
# via matplotlib
23
35
cryptography==39.0.0
24
36
# via pdfminer-six
25
37
cycler==0.11.0
26
38
# via matplotlib
39
+ deprecated==1.2.13
40
+ # via argilla
27
41
effdet==0.3.0
28
42
# via layoutparser
43
+ et-xmlfile==1.1.0
44
+ # via openpyxl
29
45
fastapi==0.89.1
30
46
# via unstructured-inference
31
47
filelock==3.9.0
32
48
# via huggingface-hub
33
49
fonttools==4.38.0
34
50
# via matplotlib
35
51
h11==0.14.0
36
- # via uvicorn
37
- huggingface-hub==0.11.1
52
+ # via
53
+ # httpcore
54
+ # uvicorn
55
+ httpcore==0.16.3
56
+ # via httpx
57
+ httpx==0.23.3
58
+ # via argilla
59
+ huggingface-hub==0.12.0
38
60
# via
39
61
# timm
40
62
# unstructured-inference
41
63
idna==3.4
42
64
# via
43
65
# anyio
44
66
# requests
67
+ # rfc3986
45
68
iopath==0.1.10
46
69
# via layoutparser
70
+ joblib==1.2.0
71
+ # via nltk
47
72
kiwisolver==1.4.4
48
73
# via matplotlib
49
74
layoutparser[layoutmodels,tesseract]==0.3.4
50
75
# via unstructured-inference
76
+ lxml==4.9.2
77
+ # via
78
+ # python-docx
79
+ # python-pptx
80
+ # unstructured (setup.py)
51
81
matplotlib==3.6.3
52
82
# via pycocotools
53
- numpy==1.24.1
83
+ monotonic==1.6
84
+ # via argilla
85
+ nltk==3.8.1
86
+ # via unstructured (setup.py)
87
+ numpy==1.23.5
54
88
# via
89
+ # argilla
55
90
# contourpy
56
91
# layoutparser
57
92
# matplotlib
@@ -66,13 +101,19 @@ opencv-python==4.6.0.66
66
101
# via
67
102
# layoutparser
68
103
# unstructured-inference
104
+ openpyxl==3.0.10
105
+ # via unstructured (setup.py)
69
106
packaging==23.0
70
107
# via
108
+ # argilla
71
109
# huggingface-hub
72
110
# matplotlib
73
111
# pytesseract
74
112
pandas==1.5.3
75
- # via layoutparser
113
+ # via
114
+ # argilla
115
+ # layoutparser
116
+ # unstructured (setup.py)
76
117
pdf2image==1.16.2
77
118
# via layoutparser
78
119
pdfminer-six==20221105
@@ -86,15 +127,19 @@ pillow==9.4.0
86
127
# pdf2image
87
128
# pdfplumber
88
129
# pytesseract
130
+ # python-pptx
89
131
# torchvision
132
+ # unstructured (setup.py)
90
133
portalocker==2.7.0
91
134
# via iopath
92
135
pycocotools==2.0.6
93
136
# via effdet
94
137
pycparser==2.21
95
138
# via cffi
96
139
pydantic==1.10.4
97
- # via fastapi
140
+ # via
141
+ # argilla
142
+ # fastapi
98
143
pyparsing==3.0.9
99
144
# via matplotlib
100
145
pytesseract==0.3.10
@@ -103,8 +148,14 @@ python-dateutil==2.8.2
103
148
# via
104
149
# matplotlib
105
150
# pandas
151
+ python-docx==0.8.11
152
+ # via unstructured (setup.py)
153
+ python-magic==0.4.27
154
+ # via unstructured (setup.py)
106
155
python-multipart==0.0.5
107
156
# via unstructured-inference
157
+ python-pptx==0.6.21
158
+ # via unstructured (setup.py)
108
159
pytz==2022.7.1
109
160
# via pandas
110
161
pyyaml==6.0
@@ -113,18 +164,26 @@ pyyaml==6.0
113
164
# layoutparser
114
165
# omegaconf
115
166
# timm
167
+ regex==2022.10.31
168
+ # via nltk
116
169
requests==2.28.2
117
170
# via
118
171
# huggingface-hub
119
172
# torchvision
173
+ # unstructured (setup.py)
174
+ rfc3986[idna2008]==1.5.0
175
+ # via httpx
120
176
scipy==1.10.0
121
177
# via layoutparser
122
178
six==1.16.0
123
179
# via
124
180
# python-dateutil
125
181
# python-multipart
126
182
sniffio==1.3.0
127
- # via anyio
183
+ # via
184
+ # anyio
185
+ # httpcore
186
+ # httpx
128
187
starlette==0.22.0
129
188
# via fastapi
130
189
timm==0.6.12
@@ -142,8 +201,10 @@ torchvision==0.14.1
142
201
# timm
143
202
tqdm==4.64.1
144
203
# via
204
+ # argilla
145
205
# huggingface-hub
146
206
# iopath
207
+ # nltk
147
208
typing-extensions==4.4.0
148
209
# via
149
210
# huggingface-hub
@@ -152,11 +213,17 @@ typing-extensions==4.4.0
152
213
# starlette
153
214
# torch
154
215
# torchvision
155
- unstructured-inference==0.2.3
156
- # via -r requirements/local-inference.in
216
+ unstructured-inference==0.2.4
217
+ # via unstructured (setup.py)
157
218
urllib3==1.26.14
158
219
# via requests
159
220
uvicorn==0.20.0
160
221
# via unstructured-inference
161
222
wand==0.6.11
162
223
# via pdfplumber
224
+ wrapt==1.14.1
225
+ # via
226
+ # argilla
227
+ # deprecated
228
+ xlsxwriter==3.0.7
229
+ # via python-pptx
0 commit comments