Skip to content

Commit

Permalink
Recompile deps
Browse files Browse the repository at this point in the history
  • Loading branch information
awalker4 authored and dependabot[bot] committed Sep 20, 2023
1 parent 6f792c5 commit 96908e5
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 168 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.0.46

* Bump unstructured[local-inference] to 0.10.16
* Bump unstructured to 0.10.16

## 0.0.45

Expand Down
67 changes: 6 additions & 61 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements/base.in
Expand Down Expand Up @@ -29,8 +29,6 @@ click==8.1.3
# -r requirements/base.in
# nltk
# uvicorn
cmake==3.27.5
# via triton
coloredlogs==15.0.1
# via onnxruntime
contourpy==1.1.1
Expand Down Expand Up @@ -58,7 +56,6 @@ filelock==3.12.4
# huggingface-hub
# torch
# transformers
# triton
filetype==1.2.0
# via unstructured
flatbuffers==23.5.26
Expand All @@ -80,10 +77,6 @@ idna==3.4
# via
# anyio
# requests
importlib-metadata==6.8.0
# via markdown
importlib-resources==6.0.1
# via matplotlib
iopath==0.1.10
# via layoutparser
jinja2==3.1.2
Expand All @@ -94,8 +87,6 @@ kiwisolver==1.4.5
# via matplotlib
layoutparser[layoutmodels,tesseract]==0.3.4
# via unstructured-inference
lit==16.0.6
# via triton
lxml==4.9.3
# via
# ebooklib
Expand All @@ -108,7 +99,7 @@ markupsafe==2.1.3
# via jinja2
marshmallow==3.20.1
# via dataclasses-json
matplotlib==3.7.3
matplotlib==3.8.0
# via pycocotools
mpmath==1.3.0
# via sympy
Expand All @@ -120,7 +111,7 @@ networkx==3.1
# via torch
nltk==3.8.1
# via unstructured
numpy==1.24.4
numpy==1.26.0
# via
# contourpy
# layoutparser
Expand All @@ -133,31 +124,6 @@ numpy==1.24.4
# scipy
# torchvision
# transformers
nvidia-cublas-cu11==11.10.3.66
# via
# nvidia-cudnn-cu11
# nvidia-cusolver-cu11
# torch
nvidia-cuda-cupti-cu11==11.7.101
# via torch
nvidia-cuda-nvrtc-cu11==11.7.99
# via torch
nvidia-cuda-runtime-cu11==11.7.99
# via torch
nvidia-cudnn-cu11==8.5.0.96
# via torch
nvidia-cufft-cu11==10.9.0.58
# via torch
nvidia-curand-cu11==10.2.10.91
# via torch
nvidia-cusolver-cu11==11.4.0.1
# via torch
nvidia-cusparse-cu11==11.7.4.91
# via torch
nvidia-nccl-cu11==2.14.3
# via torch
nvidia-nvtx-cu11==11.7.91
# via torch
olefile==0.46
# via msg-parser
omegaconf==2.3.0
Expand All @@ -181,7 +147,7 @@ packaging==23.1
# pytesseract
# transformers
# unstructured-pytesseract
pandas==2.0.3
pandas==2.1.0
# via
# layoutparser
# unstructured
Expand Down Expand Up @@ -274,7 +240,7 @@ safetensors==0.3.2
# -c requirements/constraints.in
# timm
# transformers
scipy==1.10.1
scipy==1.11.2
# via layoutparser
six==1.16.0
# via
Expand Down Expand Up @@ -302,7 +268,6 @@ torch==2.0.1
# layoutparser
# timm
# torchvision
# triton
torchvision==0.15.2
# via
# effdet
Expand All @@ -316,19 +281,14 @@ tqdm==4.66.1
# transformers
transformers==4.33.2
# via unstructured-inference
triton==2.0.0
# via torch
typing-extensions==4.8.0
# via
# annotated-types
# fastapi
# huggingface-hub
# iopath
# onnx
# pydantic
# pydantic-core
# pypdf
# starlette
# torch
# typing-inspect
# uvicorn
Expand All @@ -342,26 +302,11 @@ unstructured-inference==0.5.28
# via unstructured
unstructured-pytesseract==0.3.12
# via unstructured
urllib3==2.0.4
urllib3==2.0.5
# via requests
uvicorn==0.23.2
# via -r requirements/base.in
wheel==0.41.2
# via
# nvidia-cublas-cu11
# nvidia-cuda-cupti-cu11
# nvidia-cuda-runtime-cu11
# nvidia-curand-cu11
# nvidia-cusparse-cu11
# nvidia-nvtx-cu11
xlrd==2.0.1
# via unstructured
xlsxwriter==3.1.4
# via python-pptx
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading

0 comments on commit 96908e5

Please sign in to comment.