Skip to content

Commit 9e46ed0

Browse files
authored
fix: reqs arm64 friendly again. release 0.13.4 (#2935)
Cut a release. Run pip-compile on mac to avoid `nvidia-*` requirements creeping into `requirements/extra-pdf-image.txt`. This should fix arm64 image builds that have been breaking on main.
1 parent fcdfbab commit 9e46ed0

24 files changed

+66
-172
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.13.4-dev4
1+
## 0.13.4
22

33
### Enhancements
44

Diff for: docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ mdit-py-plugins==0.4.0
5252
# via myst-parser
5353
mdurl==0.1.2
5454
# via markdown-it-py
55-
myst-parser==2.0.0
55+
myst-parser==3.0.0
5656
# via -r ./build.in
5757
packaging==23.2
5858
# via

Diff for: requirements/build.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ mdit-py-plugins==0.4.0
5252
# via myst-parser
5353
mdurl==0.1.2
5454
# via markdown-it-py
55-
myst-parser==2.0.0
55+
myst-parser==3.0.0
5656
# via -r ./build.in
5757
packaging==23.2
5858
# via

Diff for: requirements/dev.txt

+9-5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ anyio==3.7.1
99
# -c ././deps/constraints.txt
1010
# httpx
1111
# jupyter-server
12+
appnope==0.1.4
13+
# via
14+
# ipykernel
15+
# ipython
1216
argon2-cffi==23.1.0
1317
# via jupyter-server
1418
argon2-cffi-bindings==21.2.0
@@ -181,7 +185,7 @@ jupyterlab==4.1.6
181185
# via notebook
182186
jupyterlab-pygments==0.3.0
183187
# via nbconvert
184-
jupyterlab-server==2.27.0
188+
jupyterlab-server==2.27.1
185189
# via
186190
# jupyterlab
187191
# notebook
@@ -301,7 +305,7 @@ qtconsole==5.5.1
301305
# via jupyter
302306
qtpy==2.4.1
303307
# via qtconsole
304-
referencing==0.34.0
308+
referencing==0.35.0
305309
# via
306310
# jsonschema
307311
# jsonschema-specifications
@@ -347,7 +351,7 @@ terminado==0.18.1
347351
# via
348352
# jupyter-server
349353
# jupyter-server-terminals
350-
tinycss2==1.2.1
354+
tinycss2==1.3.0
351355
# via nbconvert
352356
tomli==2.0.1
353357
# via
@@ -397,7 +401,7 @@ urllib3==1.26.18
397401
# -c ./base.txt
398402
# -c ./test.txt
399403
# requests
400-
virtualenv==20.25.3
404+
virtualenv==20.26.0
401405
# via pre-commit
402406
wcwidth==0.2.13
403407
# via prompt-toolkit
@@ -407,7 +411,7 @@ webencodings==0.5.1
407411
# via
408412
# bleach
409413
# tinycss2
410-
websocket-client==1.7.0
414+
websocket-client==1.8.0
411415
# via jupyter-server
412416
wheel==0.43.0
413417
# via

Diff for: requirements/extra-paddleocr.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ attrdict==2.0.1
88
# via unstructured-paddleocr
99
babel==2.14.0
1010
# via flask-babel
11-
bce-python-sdk==0.9.6
11+
bce-python-sdk==0.9.7
1212
# via visualdl
1313
blinker==1.7.0
1414
# via flask
@@ -200,7 +200,7 @@ six==1.16.0
200200
# imgaug
201201
# python-dateutil
202202
# visualdl
203-
tifffile==2024.4.18
203+
tifffile==2024.4.24
204204
# via scikit-image
205205
tqdm==4.66.2
206206
# via

Diff for: requirements/extra-pdf-image.txt

+3-37
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ filelock==3.13.4
3737
# huggingface-hub
3838
# torch
3939
# transformers
40-
# triton
4140
flatbuffers==24.3.25
4241
# via onnxruntime
4342
fonttools==4.51.0
@@ -115,37 +114,6 @@ numpy==1.26.4
115114
# scipy
116115
# torchvision
117116
# transformers
118-
nvidia-cublas-cu12==12.1.3.1
119-
# via
120-
# nvidia-cudnn-cu12
121-
# nvidia-cusolver-cu12
122-
# torch
123-
nvidia-cuda-cupti-cu12==12.1.105
124-
# via torch
125-
nvidia-cuda-nvrtc-cu12==12.1.105
126-
# via torch
127-
nvidia-cuda-runtime-cu12==12.1.105
128-
# via torch
129-
nvidia-cudnn-cu12==8.9.2.26
130-
# via torch
131-
nvidia-cufft-cu12==11.0.2.54
132-
# via torch
133-
nvidia-curand-cu12==10.3.2.106
134-
# via torch
135-
nvidia-cusolver-cu12==11.4.5.107
136-
# via torch
137-
nvidia-cusparse-cu12==12.1.0.106
138-
# via
139-
# nvidia-cusolver-cu12
140-
# torch
141-
nvidia-nccl-cu12==2.19.3
142-
# via torch
143-
nvidia-nvjitlink-cu12==12.4.127
144-
# via
145-
# nvidia-cusolver-cu12
146-
# nvidia-cusparse-cu12
147-
nvidia-nvtx-cu12==12.1.105
148-
# via torch
149117
omegaconf==2.3.0
150118
# via effdet
151119
onnx==1.16.0
@@ -287,14 +255,14 @@ timm==0.9.16
287255
# via effdet
288256
tokenizers==0.19.1
289257
# via transformers
290-
torch==2.2.2
258+
torch==2.3.0
291259
# via
292260
# -c ././deps/constraints.txt
293261
# effdet
294262
# layoutparser
295263
# timm
296264
# torchvision
297-
torchvision==0.17.2
265+
torchvision==0.18.0
298266
# via
299267
# effdet
300268
# layoutparser
@@ -305,10 +273,8 @@ tqdm==4.66.2
305273
# huggingface-hub
306274
# iopath
307275
# transformers
308-
transformers==4.40.0
276+
transformers==4.40.1
309277
# via unstructured-inference
310-
triton==2.2.0
311-
# via torch
312278
typing-extensions==4.11.0
313279
# via
314280
# -c ./base.txt

Diff for: requirements/huggingface.txt

+2-36
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ filelock==3.13.4
2222
# huggingface-hub
2323
# torch
2424
# transformers
25-
# triton
2625
fsspec==2024.3.1
2726
# via
2827
# huggingface-hub
@@ -55,37 +54,6 @@ numpy==1.26.4
5554
# via
5655
# -c ./base.txt
5756
# transformers
58-
nvidia-cublas-cu12==12.1.3.1
59-
# via
60-
# nvidia-cudnn-cu12
61-
# nvidia-cusolver-cu12
62-
# torch
63-
nvidia-cuda-cupti-cu12==12.1.105
64-
# via torch
65-
nvidia-cuda-nvrtc-cu12==12.1.105
66-
# via torch
67-
nvidia-cuda-runtime-cu12==12.1.105
68-
# via torch
69-
nvidia-cudnn-cu12==8.9.2.26
70-
# via torch
71-
nvidia-cufft-cu12==11.0.2.54
72-
# via torch
73-
nvidia-curand-cu12==10.3.2.106
74-
# via torch
75-
nvidia-cusolver-cu12==11.4.5.107
76-
# via torch
77-
nvidia-cusparse-cu12==12.1.0.106
78-
# via
79-
# nvidia-cusolver-cu12
80-
# torch
81-
nvidia-nccl-cu12==2.19.3
82-
# via torch
83-
nvidia-nvjitlink-cu12==12.4.127
84-
# via
85-
# nvidia-cusolver-cu12
86-
# nvidia-cusparse-cu12
87-
nvidia-nvtx-cu12==12.1.105
88-
# via torch
8957
packaging==23.2
9058
# via
9159
# -c ././deps/constraints.txt
@@ -120,7 +88,7 @@ sympy==1.12
12088
# via torch
12189
tokenizers==0.19.1
12290
# via transformers
123-
torch==2.2.2
91+
torch==2.3.0
12492
# via
12593
# -c ././deps/constraints.txt
12694
# -r ./huggingface.in
@@ -130,10 +98,8 @@ tqdm==4.66.2
13098
# huggingface-hub
13199
# sacremoses
132100
# transformers
133-
transformers==4.40.0
101+
transformers==4.40.1
134102
# via -r ./huggingface.in
135-
triton==2.2.0
136-
# via torch
137103
typing-extensions==4.11.0
138104
# via
139105
# -c ./base.txt

Diff for: requirements/ingest/airtable.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ inflection==0.5.1
2323
# via pyairtable
2424
pyairtable==2.3.3
2525
# via -r ./ingest/airtable.in
26-
pydantic==2.7.0
26+
pydantic==2.7.1
2727
# via pyairtable
28-
pydantic-core==2.18.1
28+
pydantic-core==2.18.2
2929
# via pydantic
3030
requests==2.31.0
3131
# via

Diff for: requirements/ingest/astra.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bson==0.5.10
1414
# via astrapy
1515
cassandra-driver==3.29.1
1616
# via cassio
17-
cassio==0.1.6
17+
cassio==0.1.7
1818
# via astrapy
1919
certifi==2024.2.2
2020
# via

Diff for: requirements/ingest/chroma.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ pyasn1==0.6.0
137137
# rsa
138138
pyasn1-modules==0.4.0
139139
# via google-auth
140-
pydantic==2.7.0
140+
pydantic==2.7.1
141141
# via
142142
# chromadb
143143
# fastapi
144-
pydantic-core==2.18.1
144+
pydantic-core==2.18.2
145145
# via pydantic
146146
pypika==0.48.9
147147
# via chromadb
@@ -219,7 +219,7 @@ uvloop==0.19.0
219219
# via uvicorn
220220
watchfiles==0.21.0
221221
# via uvicorn
222-
websocket-client==1.7.0
222+
websocket-client==1.8.0
223223
# via kubernetes
224224
websockets==12.0
225225
# via uvicorn

Diff for: requirements/ingest/databricks-volumes.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ charset-normalizer==3.3.2
1515
# via
1616
# -c ./ingest/../base.txt
1717
# requests
18-
databricks-sdk==0.25.1
18+
databricks-sdk==0.26.0
1919
# via -r ./ingest/databricks-volumes.in
2020
google-auth==2.29.0
2121
# via databricks-sdk

Diff for: requirements/ingest/delta-table.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile ./ingest/delta-table.in
66
#
7-
deltalake==0.17.0
7+
deltalake==0.17.2
88
# via -r ./ingest/delta-table.in
99
fsspec==2024.3.1
1010
# via -r ./ingest/delta-table.in

Diff for: requirements/ingest/embed-aws-bedrock.txt

+4-6
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ frozenlist==1.4.1
3838
# via
3939
# aiohttp
4040
# aiosignal
41-
greenlet==3.0.3
42-
# via sqlalchemy
4341
idna==3.7
4442
# via
4543
# -c ./ingest/../base.txt
@@ -55,9 +53,9 @@ jsonpointer==2.4
5553
# via jsonpatch
5654
langchain-community==0.0.34
5755
# via -r ./ingest/embed-aws-bedrock.in
58-
langchain-core==0.1.45
56+
langchain-core==0.1.46
5957
# via langchain-community
60-
langsmith==0.1.49
58+
langsmith==0.1.51
6159
# via
6260
# langchain-community
6361
# langchain-core
@@ -85,11 +83,11 @@ packaging==23.2
8583
# -c ./ingest/../deps/constraints.txt
8684
# langchain-core
8785
# marshmallow
88-
pydantic==2.7.0
86+
pydantic==2.7.1
8987
# via
9088
# langchain-core
9189
# langsmith
92-
pydantic-core==2.18.1
90+
pydantic-core==2.18.2
9391
# via pydantic
9492
python-dateutil==2.9.0.post0
9593
# via

0 commit comments

Comments
 (0)