Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: reqs arm64 friendly again. release 0.13.4 #2935

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.13.4-dev4
## 0.13.4

### Enhancements

Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mdit-py-plugins==0.4.0
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
myst-parser==2.0.0
myst-parser==3.0.0
# via -r ./build.in
packaging==23.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mdit-py-plugins==0.4.0
# via myst-parser
mdurl==0.1.2
# via markdown-it-py
myst-parser==2.0.0
myst-parser==3.0.0
# via -r ./build.in
packaging==23.2
# via
Expand Down
14 changes: 9 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ anyio==3.7.1
# -c ././deps/constraints.txt
# httpx
# jupyter-server
appnope==0.1.4
# via
# ipykernel
# ipython
argon2-cffi==23.1.0
# via jupyter-server
argon2-cffi-bindings==21.2.0
Expand Down Expand Up @@ -181,7 +185,7 @@ jupyterlab==4.1.6
# via notebook
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-server==2.27.0
jupyterlab-server==2.27.1
# via
# jupyterlab
# notebook
Expand Down Expand Up @@ -301,7 +305,7 @@ qtconsole==5.5.1
# via jupyter
qtpy==2.4.1
# via qtconsole
referencing==0.34.0
referencing==0.35.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -347,7 +351,7 @@ terminado==0.18.1
# via
# jupyter-server
# jupyter-server-terminals
tinycss2==1.2.1
tinycss2==1.3.0
# via nbconvert
tomli==2.0.1
# via
Expand Down Expand Up @@ -397,7 +401,7 @@ urllib3==1.26.18
# -c ./base.txt
# -c ./test.txt
# requests
virtualenv==20.25.3
virtualenv==20.26.0
# via pre-commit
wcwidth==0.2.13
# via prompt-toolkit
Expand All @@ -407,7 +411,7 @@ webencodings==0.5.1
# via
# bleach
# tinycss2
websocket-client==1.7.0
websocket-client==1.8.0
# via jupyter-server
wheel==0.43.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrdict==2.0.1
# via unstructured-paddleocr
babel==2.14.0
# via flask-babel
bce-python-sdk==0.9.6
bce-python-sdk==0.9.7
# via visualdl
blinker==1.7.0
# via flask
Expand Down Expand Up @@ -200,7 +200,7 @@ six==1.16.0
# imgaug
# python-dateutil
# visualdl
tifffile==2024.4.18
tifffile==2024.4.24
# via scikit-image
tqdm==4.66.2
# via
Expand Down
40 changes: 3 additions & 37 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ filelock==3.13.4
# huggingface-hub
# torch
# transformers
# triton
flatbuffers==24.3.25
# via onnxruntime
fonttools==4.51.0
Expand Down Expand Up @@ -115,37 +114,6 @@ numpy==1.26.4
# scipy
# torchvision
# transformers
nvidia-cublas-cu12==12.1.3.1
# via
# nvidia-cudnn-cu12
# nvidia-cusolver-cu12
# torch
nvidia-cuda-cupti-cu12==12.1.105
# via torch
nvidia-cuda-nvrtc-cu12==12.1.105
# via torch
nvidia-cuda-runtime-cu12==12.1.105
# via torch
nvidia-cudnn-cu12==8.9.2.26
# via torch
nvidia-cufft-cu12==11.0.2.54
# via torch
nvidia-curand-cu12==10.3.2.106
# via torch
nvidia-cusolver-cu12==11.4.5.107
# via torch
nvidia-cusparse-cu12==12.1.0.106
# via
# nvidia-cusolver-cu12
# torch
nvidia-nccl-cu12==2.19.3
# via torch
nvidia-nvjitlink-cu12==12.4.127
# via
# nvidia-cusolver-cu12
# nvidia-cusparse-cu12
nvidia-nvtx-cu12==12.1.105
# via torch
omegaconf==2.3.0
# via effdet
onnx==1.16.0
Expand Down Expand Up @@ -287,14 +255,14 @@ timm==0.9.16
# via effdet
tokenizers==0.19.1
# via transformers
torch==2.2.2
torch==2.3.0
# via
# -c ././deps/constraints.txt
# effdet
# layoutparser
# timm
# torchvision
torchvision==0.17.2
torchvision==0.18.0
# via
# effdet
# layoutparser
Expand All @@ -305,10 +273,8 @@ tqdm==4.66.2
# huggingface-hub
# iopath
# transformers
transformers==4.40.0
transformers==4.40.1
# via unstructured-inference
triton==2.2.0
# via torch
typing-extensions==4.11.0
# via
# -c ./base.txt
Expand Down
38 changes: 2 additions & 36 deletions requirements/huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ filelock==3.13.4
# huggingface-hub
# torch
# transformers
# triton
fsspec==2024.3.1
# via
# huggingface-hub
Expand Down Expand Up @@ -55,37 +54,6 @@ numpy==1.26.4
# via
# -c ./base.txt
# transformers
nvidia-cublas-cu12==12.1.3.1
# via
# nvidia-cudnn-cu12
# nvidia-cusolver-cu12
# torch
nvidia-cuda-cupti-cu12==12.1.105
# via torch
nvidia-cuda-nvrtc-cu12==12.1.105
# via torch
nvidia-cuda-runtime-cu12==12.1.105
# via torch
nvidia-cudnn-cu12==8.9.2.26
# via torch
nvidia-cufft-cu12==11.0.2.54
# via torch
nvidia-curand-cu12==10.3.2.106
# via torch
nvidia-cusolver-cu12==11.4.5.107
# via torch
nvidia-cusparse-cu12==12.1.0.106
# via
# nvidia-cusolver-cu12
# torch
nvidia-nccl-cu12==2.19.3
# via torch
nvidia-nvjitlink-cu12==12.4.127
# via
# nvidia-cusolver-cu12
# nvidia-cusparse-cu12
nvidia-nvtx-cu12==12.1.105
# via torch
packaging==23.2
# via
# -c ././deps/constraints.txt
Expand Down Expand Up @@ -120,7 +88,7 @@ sympy==1.12
# via torch
tokenizers==0.19.1
# via transformers
torch==2.2.2
torch==2.3.0
# via
# -c ././deps/constraints.txt
# -r ./huggingface.in
Expand All @@ -130,10 +98,8 @@ tqdm==4.66.2
# huggingface-hub
# sacremoses
# transformers
transformers==4.40.0
transformers==4.40.1
# via -r ./huggingface.in
triton==2.2.0
# via torch
typing-extensions==4.11.0
# via
# -c ./base.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/ingest/airtable.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ inflection==0.5.1
# via pyairtable
pyairtable==2.3.3
# via -r ./ingest/airtable.in
pydantic==2.7.0
pydantic==2.7.1
# via pyairtable
pydantic-core==2.18.1
pydantic-core==2.18.2
# via pydantic
requests==2.31.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/astra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bson==0.5.10
# via astrapy
cassandra-driver==3.29.1
# via cassio
cassio==0.1.6
cassio==0.1.7
# via astrapy
certifi==2024.2.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/ingest/chroma.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ pyasn1==0.6.0
# rsa
pyasn1-modules==0.4.0
# via google-auth
pydantic==2.7.0
pydantic==2.7.1
# via
# chromadb
# fastapi
pydantic-core==2.18.1
pydantic-core==2.18.2
# via pydantic
pypika==0.48.9
# via chromadb
Expand Down Expand Up @@ -219,7 +219,7 @@ uvloop==0.19.0
# via uvicorn
watchfiles==0.21.0
# via uvicorn
websocket-client==1.7.0
websocket-client==1.8.0
# via kubernetes
websockets==12.0
# via uvicorn
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/databricks-volumes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ charset-normalizer==3.3.2
# via
# -c ./ingest/../base.txt
# requests
databricks-sdk==0.25.1
databricks-sdk==0.26.0
# via -r ./ingest/databricks-volumes.in
google-auth==2.29.0
# via databricks-sdk
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/delta-table.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile ./ingest/delta-table.in
#
deltalake==0.17.0
deltalake==0.17.2
# via -r ./ingest/delta-table.in
fsspec==2024.3.1
# via -r ./ingest/delta-table.in
Expand Down
10 changes: 4 additions & 6 deletions requirements/ingest/embed-aws-bedrock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
greenlet==3.0.3
# via sqlalchemy
idna==3.7
# via
# -c ./ingest/../base.txt
Expand All @@ -55,9 +53,9 @@ jsonpointer==2.4
# via jsonpatch
langchain-community==0.0.34
# via -r ./ingest/embed-aws-bedrock.in
langchain-core==0.1.45
langchain-core==0.1.46
# via langchain-community
langsmith==0.1.49
langsmith==0.1.51
# via
# langchain-community
# langchain-core
Expand Down Expand Up @@ -85,11 +83,11 @@ packaging==23.2
# -c ./ingest/../deps/constraints.txt
# langchain-core
# marshmallow
pydantic==2.7.0
pydantic==2.7.1
# via
# langchain-core
# langsmith
pydantic-core==2.18.1
pydantic-core==2.18.2
# via pydantic
python-dateutil==2.9.0.post0
# via
Expand Down
Loading
Loading