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
8 changes: 4 additions & 4 deletions requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fire==0.7.1
# via unstructured-paddleocr
fonttools==4.61.1
# via
# -c deps/constraints.txt
# -c ./deps/constraints.txt
# unstructured-paddleocr
h11==0.16.0
# via
Expand Down Expand Up @@ -105,15 +105,15 @@ packaging==25.0
# scikit-image
paddlepaddle==3.3.0
# via -r extra-paddleocr.in
pillow==12.1.0
pillow==12.1.1
# via
# imageio
# paddlepaddle
# scikit-image
# unstructured-paddleocr
protobuf==6.33.4
# via
# -c deps/constraints.txt
# -c ./deps/constraints.txt
# paddlepaddle
pyclipper==1.4.0
# via unstructured-paddleocr
Expand Down Expand Up @@ -178,6 +178,6 @@ unstructured-paddleocr==2.10.0
# via -r extra-paddleocr.in
urllib3==2.6.3
# via
# -c ./deps/constraints.txt
# -c base.txt
# -c deps/constraints.txt
# requests
51 changes: 46 additions & 5 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 @@ -152,7 +191,7 @@ pi-heif==1.1.1
# via -r extra-pdf-image.in
pikepdf==10.2.0
# via -r extra-pdf-image.in
pillow==12.1.0
pillow==12.1.1
# via
# matplotlib
# pdf2image
Expand All @@ -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-pptx.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
lxml==6.0.2
# via python-pptx
pillow==12.1.0
pillow==12.1.1
# via python-pptx
python-pptx==1.0.2
# via -r extra-pptx.in
Expand Down