Skip to content
Open
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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ click==8.3.1
# via
# nltk
# python-oxmsg
cryptography==46.0.3
cryptography==46.0.5
# via unstructured-client
dataclasses-json==0.6.7
# via
Expand Down Expand Up @@ -145,11 +145,11 @@ typing-inspect==0.9.0
# unstructured-client
unstructured-client==0.25.9
# via
# -c deps/constraints.txt
# -c ./deps/constraints.txt
# -r base.in
urllib3==2.6.3
# via
# -c deps/constraints.txt
# -c ./deps/constraints.txt
# requests
# unstructured-client
webencodings==0.5.1
Expand Down
51 changes: 46 additions & 5 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ coloredlogs==15.0.1
# via onnxruntime
contourpy==1.3.2
# via matplotlib
cryptography==46.0.3
cryptography==46.0.5
# via
# -c base.txt
# pdfminer-six
Expand All @@ -44,7 +44,7 @@ flatbuffers==25.12.19
# via onnxruntime
fonttools==4.61.1
# via
# -c deps/constraints.txt
# -c ./deps/constraints.txt
# matplotlib
fsspec==2026.1.0
# via
Expand Down Expand Up @@ -118,6 +118,45 @@ numpy==2.2.6
# torchvision
# transformers
# unstructured-inference
nvidia-cublas-cu12==12.8.4.1
# via
# nvidia-cudnn-cu12
# nvidia-cusolver-cu12
# torch
nvidia-cuda-cupti-cu12==12.8.90
# via torch
nvidia-cuda-nvrtc-cu12==12.8.93
# via torch
nvidia-cuda-runtime-cu12==12.8.90
# via torch
nvidia-cudnn-cu12==9.10.2.21
# via torch
nvidia-cufft-cu12==11.3.3.83
# via torch
nvidia-cufile-cu12==1.13.1.3
# via torch
nvidia-curand-cu12==10.3.9.90
# via torch
nvidia-cusolver-cu12==11.7.3.90
# via torch
nvidia-cusparse-cu12==12.5.8.93
# via
# nvidia-cusolver-cu12
# torch
nvidia-cusparselt-cu12==0.7.1
# via torch
nvidia-nccl-cu12==2.27.5
# via torch
nvidia-nvjitlink-cu12==12.8.93
# via
# nvidia-cufft-cu12
# nvidia-cusolver-cu12
# nvidia-cusparse-cu12
# torch
nvidia-nvshmem-cu12==3.3.20
# via torch
nvidia-nvtx-cu12==12.8.90
# via torch
omegaconf==2.3.0
# via effdet
onnx==1.20.1
Expand Down Expand Up @@ -166,7 +205,7 @@ proto-plus==1.27.0
# google-cloud-vision
protobuf==6.33.4
# via
# -c deps/constraints.txt
# -c ./deps/constraints.txt
# google-api-core
# google-cloud-vision
# googleapis-common-protos
Expand Down Expand Up @@ -251,7 +290,7 @@ timm==1.0.24
# unstructured-inference
tokenizers==0.21.4
# via
# -c deps/constraints.txt
# -c ./deps/constraints.txt
# transformers
torch==2.9.1
# via
Expand All @@ -271,6 +310,8 @@ tqdm==4.67.1
# transformers
transformers==4.55.4
# via unstructured-inference
triton==3.5.1
# via torch
typing-extensions==4.15.0
# via
# -c base.txt
Expand All @@ -288,8 +329,8 @@ unstructured-pytesseract==0.3.15
# via -r extra-pdf-image.in
urllib3==2.6.3
# via
# -c ./deps/constraints.txt
# -c base.txt
# -c deps/constraints.txt
# requests
wrapt==2.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/extra-xlsx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cffi==2.0.0
# via
# -c base.txt
# cryptography
cryptography==46.0.3
cryptography==46.0.5
# via
# -c base.txt
# msoffcrypto-tool
Expand Down