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