mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-06-27 02:30:08 +00:00
build(deps): weekly dependency bump (#183)
This commit is contained in:
parent
e6cfde5c4a
commit
f36e514c6d
12
Makefile
12
Makefile
@ -64,16 +64,16 @@ install-local-inference: install install-unstructured-inference install-detectro
|
|||||||
## pip-compile: compiles all base/dev/test requirements
|
## pip-compile: compiles all base/dev/test requirements
|
||||||
.PHONY: pip-compile
|
.PHONY: pip-compile
|
||||||
pip-compile:
|
pip-compile:
|
||||||
pip-compile -o requirements/base.txt
|
pip-compile --upgrade -o requirements/base.txt
|
||||||
# Extra requirements for huggingface staging functions
|
# Extra requirements for huggingface staging functions
|
||||||
pip-compile --extra huggingface -o requirements/huggingface.txt
|
pip-compile --upgrade --extra huggingface -o requirements/huggingface.txt
|
||||||
# NOTE(robinson) - We want the dependencies for detectron2 in the requirements.txt, but not
|
# NOTE(robinson) - We want the dependencies for detectron2 in the requirements.txt, but not
|
||||||
# the detectron2 repo itself. If detectron2 is in the requirements.txt file, an order of
|
# the detectron2 repo itself. If detectron2 is in the requirements.txt file, an order of
|
||||||
# operations issue related to the torch library causes the install to fail
|
# operations issue related to the torch library causes the install to fail
|
||||||
pip-compile requirements/dev.in
|
pip-compile --upgrade requirements/dev.in
|
||||||
pip-compile requirements/test.in
|
pip-compile --upgrade requirements/test.in
|
||||||
pip-compile requirements/build.in
|
pip-compile --upgrade requirements/build.in
|
||||||
pip-compile --extra local-inference -o requirements/local-inference.txt
|
pip-compile --upgrade --extra local-inference -o requirements/local-inference.txt
|
||||||
# NOTE(robinson) - doc/requirements.txt is where the GitHub action for building
|
# NOTE(robinson) - doc/requirements.txt is where the GitHub action for building
|
||||||
# sphinx docs looks for additional requirements
|
# sphinx docs looks for additional requirements
|
||||||
cp requirements/build.txt docs/requirements.txt
|
cp requirements/build.txt docs/requirements.txt
|
||||||
|
@ -60,7 +60,7 @@ sphinxcontrib-serializinghtml==1.1.5
|
|||||||
# via sphinx
|
# via sphinx
|
||||||
urllib3==1.26.14
|
urllib3==1.26.14
|
||||||
# via requests
|
# via requests
|
||||||
zipp==3.11.0
|
zipp==3.12.0
|
||||||
# via importlib-metadata
|
# via importlib-metadata
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
anyio==3.6.2
|
anyio==3.6.2
|
||||||
# via httpcore
|
# via httpcore
|
||||||
argilla==1.2.0
|
argilla==1.2.1
|
||||||
# via unstructured (setup.py)
|
# via unstructured (setup.py)
|
||||||
backoff==2.2.1
|
backoff==2.2.1
|
||||||
# via argilla
|
# via argilla
|
||||||
|
@ -60,7 +60,7 @@ sphinxcontrib-serializinghtml==1.1.5
|
|||||||
# via sphinx
|
# via sphinx
|
||||||
urllib3==1.26.14
|
urllib3==1.26.14
|
||||||
# via requests
|
# via requests
|
||||||
zipp==3.11.0
|
zipp==3.12.0
|
||||||
# via importlib-metadata
|
# via importlib-metadata
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
|
@ -37,14 +37,12 @@ click==8.1.3
|
|||||||
# via pip-tools
|
# via pip-tools
|
||||||
comm==0.1.2
|
comm==0.1.2
|
||||||
# via ipykernel
|
# via ipykernel
|
||||||
debugpy==1.6.5
|
debugpy==1.6.6
|
||||||
# via ipykernel
|
# via ipykernel
|
||||||
decorator==5.1.1
|
decorator==5.1.1
|
||||||
# via ipython
|
# via ipython
|
||||||
defusedxml==0.7.1
|
defusedxml==0.7.1
|
||||||
# via nbconvert
|
# via nbconvert
|
||||||
entrypoints==0.4
|
|
||||||
# via jupyter-client
|
|
||||||
executing==1.2.0
|
executing==1.2.0
|
||||||
# via stack-data
|
# via stack-data
|
||||||
fastjsonschema==2.16.2
|
fastjsonschema==2.16.2
|
||||||
@ -56,10 +54,12 @@ idna==3.4
|
|||||||
# anyio
|
# anyio
|
||||||
# jsonschema
|
# jsonschema
|
||||||
importlib-metadata==6.0.0
|
importlib-metadata==6.0.0
|
||||||
# via nbconvert
|
# via
|
||||||
|
# jupyter-client
|
||||||
|
# nbconvert
|
||||||
importlib-resources==5.10.2
|
importlib-resources==5.10.2
|
||||||
# via jsonschema
|
# via jsonschema
|
||||||
ipykernel==6.20.2
|
ipykernel==6.21.0
|
||||||
# via
|
# via
|
||||||
# ipywidgets
|
# ipywidgets
|
||||||
# jupyter
|
# jupyter
|
||||||
@ -67,7 +67,7 @@ ipykernel==6.20.2
|
|||||||
# nbclassic
|
# nbclassic
|
||||||
# notebook
|
# notebook
|
||||||
# qtconsole
|
# qtconsole
|
||||||
ipython==8.8.0
|
ipython==8.9.0
|
||||||
# via
|
# via
|
||||||
# -r requirements/dev.in
|
# -r requirements/dev.in
|
||||||
# ipykernel
|
# ipykernel
|
||||||
@ -98,7 +98,7 @@ jsonschema[format-nongpl]==4.17.3
|
|||||||
# nbformat
|
# nbformat
|
||||||
jupyter==1.0.0
|
jupyter==1.0.0
|
||||||
# via -r requirements/dev.in
|
# via -r requirements/dev.in
|
||||||
jupyter-client==7.4.9
|
jupyter-client==8.0.2
|
||||||
# via
|
# via
|
||||||
# ipykernel
|
# ipykernel
|
||||||
# jupyter-console
|
# jupyter-console
|
||||||
@ -109,9 +109,10 @@ jupyter-client==7.4.9
|
|||||||
# qtconsole
|
# qtconsole
|
||||||
jupyter-console==6.4.4
|
jupyter-console==6.4.4
|
||||||
# via jupyter
|
# via jupyter
|
||||||
jupyter-core==5.1.3
|
jupyter-core==5.2.0
|
||||||
# via
|
# via
|
||||||
# -r requirements/dev.in
|
# -r requirements/dev.in
|
||||||
|
# ipykernel
|
||||||
# jupyter-client
|
# jupyter-client
|
||||||
# jupyter-server
|
# jupyter-server
|
||||||
# nbclassic
|
# nbclassic
|
||||||
@ -142,11 +143,11 @@ matplotlib-inline==0.1.6
|
|||||||
# ipython
|
# ipython
|
||||||
mistune==2.0.4
|
mistune==2.0.4
|
||||||
# via nbconvert
|
# via nbconvert
|
||||||
nbclassic==0.4.8
|
nbclassic==0.5.1
|
||||||
# via notebook
|
# via notebook
|
||||||
nbclient==0.7.2
|
nbclient==0.7.2
|
||||||
# via nbconvert
|
# via nbconvert
|
||||||
nbconvert==7.2.8
|
nbconvert==7.2.9
|
||||||
# via
|
# via
|
||||||
# jupyter
|
# jupyter
|
||||||
# jupyter-server
|
# jupyter-server
|
||||||
@ -161,8 +162,6 @@ nbformat==5.7.3
|
|||||||
# notebook
|
# notebook
|
||||||
nest-asyncio==1.5.6
|
nest-asyncio==1.5.6
|
||||||
# via
|
# via
|
||||||
# ipykernel
|
|
||||||
# jupyter-client
|
|
||||||
# nbclassic
|
# nbclassic
|
||||||
# notebook
|
# notebook
|
||||||
notebook==6.5.2
|
notebook==6.5.2
|
||||||
@ -190,7 +189,7 @@ pkgutil-resolve-name==1.3.10
|
|||||||
# via jsonschema
|
# via jsonschema
|
||||||
platformdirs==2.6.2
|
platformdirs==2.6.2
|
||||||
# via jupyter-core
|
# via jupyter-core
|
||||||
prometheus-client==0.15.0
|
prometheus-client==0.16.0
|
||||||
# via
|
# via
|
||||||
# jupyter-server
|
# jupyter-server
|
||||||
# nbclassic
|
# nbclassic
|
||||||
@ -284,7 +283,7 @@ tornado==6.2
|
|||||||
# nbclassic
|
# nbclassic
|
||||||
# notebook
|
# notebook
|
||||||
# terminado
|
# terminado
|
||||||
traitlets==5.8.1
|
traitlets==5.9.0
|
||||||
# via
|
# via
|
||||||
# comm
|
# comm
|
||||||
# ipykernel
|
# ipykernel
|
||||||
@ -311,7 +310,7 @@ webencodings==0.5.1
|
|||||||
# via
|
# via
|
||||||
# bleach
|
# bleach
|
||||||
# tinycss2
|
# tinycss2
|
||||||
websocket-client==1.4.2
|
websocket-client==1.5.0
|
||||||
# via jupyter-server
|
# via jupyter-server
|
||||||
wheel==0.38.4
|
wheel==0.38.4
|
||||||
# via
|
# via
|
||||||
@ -319,7 +318,7 @@ wheel==0.38.4
|
|||||||
# pip-tools
|
# pip-tools
|
||||||
widgetsnbextension==4.0.5
|
widgetsnbextension==4.0.5
|
||||||
# via ipywidgets
|
# via ipywidgets
|
||||||
zipp==3.11.0
|
zipp==3.12.0
|
||||||
# via
|
# via
|
||||||
# importlib-metadata
|
# importlib-metadata
|
||||||
# importlib-resources
|
# importlib-resources
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#
|
#
|
||||||
anyio==3.6.2
|
anyio==3.6.2
|
||||||
# via httpcore
|
# via httpcore
|
||||||
argilla==1.2.0
|
argilla==1.2.1
|
||||||
# via unstructured (setup.py)
|
# via unstructured (setup.py)
|
||||||
backoff==2.2.1
|
backoff==2.2.1
|
||||||
# via argilla
|
# via argilla
|
||||||
@ -36,7 +36,7 @@ httpcore==0.16.3
|
|||||||
# via httpx
|
# via httpx
|
||||||
httpx==0.23.3
|
httpx==0.23.3
|
||||||
# via argilla
|
# via argilla
|
||||||
huggingface-hub==0.11.1
|
huggingface-hub==0.12.0
|
||||||
# via transformers
|
# via transformers
|
||||||
idna==3.4
|
idna==3.4
|
||||||
# via
|
# via
|
||||||
@ -131,7 +131,7 @@ tqdm==4.64.1
|
|||||||
# nltk
|
# nltk
|
||||||
# sacremoses
|
# sacremoses
|
||||||
# transformers
|
# transformers
|
||||||
transformers==4.25.1
|
transformers==4.26.0
|
||||||
# via unstructured (setup.py)
|
# via unstructured (setup.py)
|
||||||
typing-extensions==4.4.0
|
typing-extensions==4.4.0
|
||||||
# via
|
# via
|
||||||
|
@ -18,7 +18,7 @@ click==8.1.3
|
|||||||
# via
|
# via
|
||||||
# -r requirements/test.in
|
# -r requirements/test.in
|
||||||
# black
|
# black
|
||||||
coverage[toml]==7.0.5
|
coverage[toml]==7.1.0
|
||||||
# via
|
# via
|
||||||
# -r requirements/test.in
|
# -r requirements/test.in
|
||||||
# pytest-cov
|
# pytest-cov
|
||||||
@ -48,7 +48,7 @@ mypy-extensions==0.4.3
|
|||||||
# mypy
|
# mypy
|
||||||
packaging==23.0
|
packaging==23.0
|
||||||
# via pytest
|
# via pytest
|
||||||
pathspec==0.10.3
|
pathspec==0.11.0
|
||||||
# via black
|
# via black
|
||||||
platformdirs==2.6.2
|
platformdirs==2.6.2
|
||||||
# via black
|
# via black
|
||||||
|
Loading…
x
Reference in New Issue
Block a user