mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-12-14 08:44:29 +00:00
build(deps): make pip-compile (#307)
* build: pip-compile, skip test deps * s
This commit is contained in:
parent
5eaf4490fd
commit
c7eba1636d
@ -1,3 +1,11 @@
|
|||||||
|
## 0.4.17-dev0
|
||||||
|
|
||||||
|
### Enhancements
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
## 0.4.16
|
## 0.4.16
|
||||||
|
|
||||||
### Enhancements
|
### Enhancements
|
||||||
|
|||||||
@ -20,10 +20,6 @@ charset-normalizer==3.0.1
|
|||||||
# via requests
|
# via requests
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
# via nltk
|
# via nltk
|
||||||
colorama==0.4.6
|
|
||||||
# via
|
|
||||||
# click
|
|
||||||
# tqdm
|
|
||||||
deprecated==1.2.13
|
deprecated==1.2.13
|
||||||
# via argilla
|
# via argilla
|
||||||
et-xmlfile==1.1.0
|
et-xmlfile==1.1.0
|
||||||
|
|||||||
@ -16,8 +16,6 @@ certifi==2022.12.7
|
|||||||
# requests
|
# requests
|
||||||
charset-normalizer==3.0.1
|
charset-normalizer==3.0.1
|
||||||
# via requests
|
# via requests
|
||||||
colorama==0.4.6
|
|
||||||
# via sphinx
|
|
||||||
docutils==0.18.1
|
docutils==0.18.1
|
||||||
# via
|
# via
|
||||||
# sphinx
|
# sphinx
|
||||||
|
|||||||
@ -6,6 +6,10 @@
|
|||||||
#
|
#
|
||||||
anyio==3.6.2
|
anyio==3.6.2
|
||||||
# via jupyter-server
|
# via jupyter-server
|
||||||
|
appnope==0.1.3
|
||||||
|
# via
|
||||||
|
# ipykernel
|
||||||
|
# ipython
|
||||||
argon2-cffi==21.3.0
|
argon2-cffi==21.3.0
|
||||||
# via
|
# via
|
||||||
# jupyter-server
|
# jupyter-server
|
||||||
@ -31,11 +35,6 @@ cffi==1.15.1
|
|||||||
# via argon2-cffi-bindings
|
# via argon2-cffi-bindings
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
colorama==0.4.6
|
|
||||||
# via
|
|
||||||
# build
|
|
||||||
# click
|
|
||||||
# ipython
|
|
||||||
comm==0.1.2
|
comm==0.1.2
|
||||||
# via ipykernel
|
# via ipykernel
|
||||||
debugpy==1.6.6
|
debugpy==1.6.6
|
||||||
@ -108,7 +107,7 @@ jupyter-client==8.0.3
|
|||||||
# nbclient
|
# nbclient
|
||||||
# notebook
|
# notebook
|
||||||
# qtconsole
|
# qtconsole
|
||||||
jupyter-console==6.6.1
|
jupyter-console==6.6.2
|
||||||
# via jupyter
|
# via jupyter
|
||||||
jupyter-core==5.2.0
|
jupyter-core==5.2.0
|
||||||
# via
|
# via
|
||||||
@ -182,6 +181,8 @@ pandocfilters==1.5.0
|
|||||||
# via nbconvert
|
# via nbconvert
|
||||||
parso==0.8.3
|
parso==0.8.3
|
||||||
# via jedi
|
# via jedi
|
||||||
|
pexpect==4.8.0
|
||||||
|
# via ipython
|
||||||
pickleshare==0.7.5
|
pickleshare==0.7.5
|
||||||
# via ipython
|
# via ipython
|
||||||
pip-tools==6.12.2
|
pip-tools==6.12.2
|
||||||
@ -201,6 +202,10 @@ prompt-toolkit==3.0.37
|
|||||||
# jupyter-console
|
# jupyter-console
|
||||||
psutil==5.9.4
|
psutil==5.9.4
|
||||||
# via ipykernel
|
# via ipykernel
|
||||||
|
ptyprocess==0.7.0
|
||||||
|
# via
|
||||||
|
# pexpect
|
||||||
|
# terminado
|
||||||
pure-eval==0.2.2
|
pure-eval==0.2.2
|
||||||
# via stack-data
|
# via stack-data
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
|
|||||||
@ -22,10 +22,6 @@ click==8.1.3
|
|||||||
# via
|
# via
|
||||||
# nltk
|
# nltk
|
||||||
# sacremoses
|
# sacremoses
|
||||||
colorama==0.4.6
|
|
||||||
# via
|
|
||||||
# click
|
|
||||||
# tqdm
|
|
||||||
deprecated==1.2.13
|
deprecated==1.2.13
|
||||||
# via argilla
|
# via argilla
|
||||||
et-xmlfile==1.1.0
|
et-xmlfile==1.1.0
|
||||||
|
|||||||
@ -8,7 +8,7 @@ anyio==3.6.2
|
|||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
# httpcore
|
# httpcore
|
||||||
argilla==1.3.0
|
argilla==1.3.1
|
||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
# unstructured (setup.py)
|
# unstructured (setup.py)
|
||||||
@ -33,10 +33,6 @@ click==8.1.3
|
|||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
# nltk
|
# nltk
|
||||||
colorama==0.4.6
|
|
||||||
# via
|
|
||||||
# click
|
|
||||||
# tqdm
|
|
||||||
deprecated==1.2.13
|
deprecated==1.2.13
|
||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
@ -64,6 +60,10 @@ idna==3.4
|
|||||||
# anyio
|
# anyio
|
||||||
# requests
|
# requests
|
||||||
# rfc3986
|
# rfc3986
|
||||||
|
importlib-metadata==6.0.0
|
||||||
|
# via
|
||||||
|
# -r requirements/base.txt
|
||||||
|
# markdown
|
||||||
joblib==1.2.0
|
joblib==1.2.0
|
||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
@ -74,6 +74,10 @@ lxml==4.9.2
|
|||||||
# python-docx
|
# python-docx
|
||||||
# python-pptx
|
# python-pptx
|
||||||
# unstructured (setup.py)
|
# unstructured (setup.py)
|
||||||
|
markdown==3.4.1
|
||||||
|
# via
|
||||||
|
# -r requirements/base.txt
|
||||||
|
# unstructured (setup.py)
|
||||||
monotonic==1.6
|
monotonic==1.6
|
||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
@ -107,7 +111,7 @@ pillow==9.4.0
|
|||||||
# unstructured (setup.py)
|
# unstructured (setup.py)
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
# via cffi
|
# via cffi
|
||||||
pydantic==1.10.4
|
pydantic==1.10.5
|
||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
# argilla
|
# argilla
|
||||||
@ -165,7 +169,7 @@ tqdm==4.64.1
|
|||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
# argilla
|
# argilla
|
||||||
# nltk
|
# nltk
|
||||||
typing-extensions==4.4.0
|
typing-extensions==4.5.0
|
||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
# pydantic
|
# pydantic
|
||||||
@ -182,3 +186,7 @@ xlsxwriter==3.0.8
|
|||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
# python-pptx
|
# python-pptx
|
||||||
|
zipp==3.15.0
|
||||||
|
# via
|
||||||
|
# -r requirements/base.txt
|
||||||
|
# importlib-metadata
|
||||||
|
|||||||
@ -57,6 +57,10 @@ idna==3.4
|
|||||||
# anyio
|
# anyio
|
||||||
# requests
|
# requests
|
||||||
# rfc3986
|
# rfc3986
|
||||||
|
importlib-metadata==6.0.0
|
||||||
|
# via
|
||||||
|
# -r requirements/base.txt
|
||||||
|
# markdown
|
||||||
joblib==1.2.0
|
joblib==1.2.0
|
||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
@ -67,6 +71,10 @@ lxml==4.9.2
|
|||||||
# python-docx
|
# python-docx
|
||||||
# python-pptx
|
# python-pptx
|
||||||
# unstructured (setup.py)
|
# unstructured (setup.py)
|
||||||
|
markdown==3.4.1
|
||||||
|
# via
|
||||||
|
# -r requirements/base.txt
|
||||||
|
# unstructured (setup.py)
|
||||||
monotonic==1.6
|
monotonic==1.6
|
||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
@ -176,3 +184,7 @@ xlsxwriter==3.0.8
|
|||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
# python-pptx
|
# python-pptx
|
||||||
|
zipp==3.15.0
|
||||||
|
# via
|
||||||
|
# -r requirements/base.txt
|
||||||
|
# importlib-metadata
|
||||||
|
|||||||
@ -16,9 +16,9 @@ backoff==2.2.1
|
|||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
# argilla
|
# argilla
|
||||||
boto3==1.26.79
|
boto3==1.26.80
|
||||||
# via unstructured (setup.py)
|
# via unstructured (setup.py)
|
||||||
botocore==1.29.79
|
botocore==1.29.80
|
||||||
# via
|
# via
|
||||||
# boto3
|
# boto3
|
||||||
# s3transfer
|
# s3transfer
|
||||||
@ -37,11 +37,6 @@ click==8.1.3
|
|||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
# nltk
|
# nltk
|
||||||
colorama==0.4.6
|
|
||||||
# via
|
|
||||||
# -r requirements/base.txt
|
|
||||||
# click
|
|
||||||
# tqdm
|
|
||||||
deprecated==1.2.13
|
deprecated==1.2.13
|
||||||
# via
|
# via
|
||||||
# -r requirements/base.txt
|
# -r requirements/base.txt
|
||||||
|
|||||||
@ -30,10 +30,6 @@ click==8.1.3
|
|||||||
# via
|
# via
|
||||||
# nltk
|
# nltk
|
||||||
# uvicorn
|
# uvicorn
|
||||||
colorama==0.4.6
|
|
||||||
# via
|
|
||||||
# click
|
|
||||||
# tqdm
|
|
||||||
coloredlogs==15.0.1
|
coloredlogs==15.0.1
|
||||||
# via onnxruntime
|
# via onnxruntime
|
||||||
contourpy==1.0.7
|
contourpy==1.0.7
|
||||||
@ -122,7 +118,7 @@ numpy==1.23.5
|
|||||||
# transformers
|
# transformers
|
||||||
omegaconf==2.3.0
|
omegaconf==2.3.0
|
||||||
# via effdet
|
# via effdet
|
||||||
onnxruntime==1.13.1
|
onnxruntime==1.14.1
|
||||||
# via unstructured-inference
|
# via unstructured-inference
|
||||||
opencv-python==4.6.0.66
|
opencv-python==4.6.0.66
|
||||||
# via
|
# via
|
||||||
@ -173,8 +169,6 @@ pydantic==1.10.5
|
|||||||
# fastapi
|
# fastapi
|
||||||
pyparsing==3.0.9
|
pyparsing==3.0.9
|
||||||
# via matplotlib
|
# via matplotlib
|
||||||
pyreadline3==3.4.1
|
|
||||||
# via humanfriendly
|
|
||||||
pytesseract==0.3.10
|
pytesseract==0.3.10
|
||||||
# via layoutparser
|
# via layoutparser
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
@ -272,4 +266,6 @@ wrapt==1.14.1
|
|||||||
xlsxwriter==3.0.8
|
xlsxwriter==3.0.8
|
||||||
# via python-pptx
|
# via python-pptx
|
||||||
zipp==3.15.0
|
zipp==3.15.0
|
||||||
# via importlib-resources
|
# via
|
||||||
|
# importlib-metadata
|
||||||
|
# importlib-resources
|
||||||
|
|||||||
@ -3,6 +3,13 @@
|
|||||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
cd "$SCRIPT_DIR"/.. || exit 1
|
cd "$SCRIPT_DIR"/.. || exit 1
|
||||||
|
|
||||||
|
if [[ "$CI" == "true" && "$(( RANDOM % 10))" != "1" ]]; then
|
||||||
|
# NOTE(crag): proper fix is being tracked here: https://github.com/Unstructured-IO/unstructured/issues/306
|
||||||
|
echo "Skipping ingest 90% of github ingest tests to avoid rate limiting issue."
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
PYTHONPATH=. ./unstructured/ingest/main.py --github-url dcneiner/Downloadify --github-file-glob '*.html,*.txt' --structured-output-dir github-downloadify-output --verbose
|
PYTHONPATH=. ./unstructured/ingest/main.py --github-url dcneiner/Downloadify --github-file-glob '*.html,*.txt' --structured-output-dir github-downloadify-output --verbose
|
||||||
|
|
||||||
if ! diff -ru github-downloadify-output test_unstructured_ingest/expected-structured-output/github-downloadify ; then
|
if ! diff -ru github-downloadify-output test_unstructured_ingest/expected-structured-output/github-downloadify ; then
|
||||||
@ -10,9 +17,9 @@ if ! diff -ru github-downloadify-output test_unstructured_ingest/expected-struct
|
|||||||
echo "There are differences from the previously checked-in structured outputs."
|
echo "There are differences from the previously checked-in structured outputs."
|
||||||
echo
|
echo
|
||||||
echo "If these differences are acceptable, copy the outputs from"
|
echo "If these differences are acceptable, copy the outputs from"
|
||||||
echo "s3-small-batch-output/ to test_unstructured_ingest/expected-structured-output/s3-small-batch/ after running"
|
echo "github-downloadify-output/ to test_unstructured_ingest/expected-structured-output/github-downloadify/ after running"
|
||||||
echo
|
echo
|
||||||
echo " PYTHONPATH=. python examples/ingest/s3-small-batch/main.py --structured-output-dir s3-small-batch-output"
|
echo " PYTHONPATH=. ./unstructured/ingest/main.py --github-url dcneiner/Downloadify --github-file-glob '*.html,*.txt' --structured-output-dir github-downloadify-output --verbose"
|
||||||
echo
|
echo
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
__version__ = "0.4.16" # pragma: no cover
|
__version__ = "0.4.17-dev0" # pragma: no cover
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user