Skip to content

Commit c25f2cd

Browse files
authored
chore: update deps (#36)
Update dependencies through pip-compile.
1 parent ba72868 commit c25f2cd

File tree

4 files changed

+151
-92
lines changed

4 files changed

+151
-92
lines changed

requirements/base.txt

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ charset-normalizer==3.0.1
1818
# requests
1919
click==8.1.3
2020
# via uvicorn
21-
contourpy==1.0.5
21+
contourpy==1.0.7
2222
# via matplotlib
23-
cryptography==38.0.1
23+
cryptography==39.0.0
2424
# via pdfminer-six
2525
cycler==0.11.0
2626
# via matplotlib
2727
effdet==0.3.0
2828
# via layoutparser
29-
fastapi==0.85.1
29+
fastapi==0.89.1
3030
# via unstructured-inference (setup.py)
31-
filelock==3.8.0
31+
filelock==3.9.0
3232
# via huggingface-hub
3333
fonttools==4.38.0
3434
# via matplotlib
@@ -48,9 +48,9 @@ kiwisolver==1.4.4
4848
# via matplotlib
4949
layoutparser[layoutmodels,tesseract]==0.3.4
5050
# via unstructured-inference (setup.py)
51-
matplotlib==3.6.1
51+
matplotlib==3.6.3
5252
# via pycocotools
53-
numpy==1.23.4
53+
numpy==1.24.1
5454
# via
5555
# contourpy
5656
# layoutparser
@@ -60,18 +60,18 @@ numpy==1.23.4
6060
# pycocotools
6161
# scipy
6262
# torchvision
63-
omegaconf==2.2.3
63+
omegaconf==2.3.0
6464
# via effdet
6565
opencv-python==4.6.0.66
6666
# via
6767
# layoutparser
6868
# unstructured-inference (setup.py)
69-
packaging==21.3
69+
packaging==23.0
7070
# via
7171
# huggingface-hub
7272
# matplotlib
7373
# pytesseract
74-
pandas==1.5.0
74+
pandas==1.5.3
7575
# via layoutparser
7676
pdf2image==1.16.2
7777
# via layoutparser
@@ -87,18 +87,16 @@ pillow==9.4.0
8787
# pdfplumber
8888
# pytesseract
8989
# torchvision
90-
portalocker==2.6.0
90+
portalocker==2.7.0
9191
# via iopath
92-
pycocotools==2.0.5
92+
pycocotools==2.0.6
9393
# via effdet
9494
pycparser==2.21
9595
# via cffi
96-
pydantic==1.10.2
96+
pydantic==1.10.4
9797
# via fastapi
9898
pyparsing==3.0.9
99-
# via
100-
# matplotlib
101-
# packaging
99+
# via matplotlib
102100
pytesseract==0.3.10
103101
# via layoutparser
104102
python-dateutil==2.8.2
@@ -107,7 +105,7 @@ python-dateutil==2.8.2
107105
# pandas
108106
python-multipart==0.0.5
109107
# via unstructured-inference (setup.py)
110-
pytz==2022.7
108+
pytz==2022.7.1
111109
# via pandas
112110
pyyaml==6.0
113111
# via
@@ -127,17 +125,17 @@ six==1.16.0
127125
# python-multipart
128126
sniffio==1.3.0
129127
# via anyio
130-
starlette==0.20.4
128+
starlette==0.22.0
131129
# via fastapi
132-
timm==0.6.11
130+
timm==0.6.12
133131
# via effdet
134-
torch==1.12.1
132+
torch==1.13.1
135133
# via
136134
# effdet
137135
# layoutparser
138136
# timm
139137
# torchvision
140-
torchvision==0.13.1
138+
torchvision==0.14.1
141139
# via
142140
# effdet
143141
# layoutparser
@@ -154,9 +152,9 @@ typing-extensions==4.4.0
154152
# starlette
155153
# torch
156154
# torchvision
157-
urllib3==1.26.12
155+
urllib3==1.26.14
158156
# via requests
159-
uvicorn==0.19.0
157+
uvicorn==0.20.0
160158
# via unstructured-inference (setup.py)
161159
wand==0.6.11
162160
# via pdfplumber

0 commit comments

Comments
 (0)