Skip to content

Commit

Permalink
chore: remove matplotlib constraint (#3505)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coniferish authored Aug 9, 2024
1 parent 051be5a commit a2ae2ed
Show file tree
Hide file tree
Showing 20 changed files with 43 additions and 37 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.15.2-dev5
## 0.15.2-dev6

### Enhancements

Expand Down
4 changes: 2 additions & 2 deletions requirements/deps/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Office365-REST-Python-Client<2.4.3
# use the known compatible version of weaviate and pytesseract
pytesseract @ git+https://github.com/madmaze/pytesseract.git@v0.3.13
weaviate-client>3.25.0
# Note(yuming) - pining to avoid conflict with paddle install
matplotlib==3.7.2
# TODO: Pinned in transformers package, remove when that gets updated
tokenizers>=0.19,<0.20
# langchain limits anyio to below 4.0
anyio<4.0
# NOTE(crag): earlier versions fail in compilation step when pip installing the package
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ attrs==24.2.0
# -c ./test.txt
# jsonschema
# referencing
babel==2.15.0
babel==2.16.0
# via jupyterlab-server
backcall==0.2.0
# via ipython
Expand Down
6 changes: 2 additions & 4 deletions requirements/extra-paddleocr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ lxml==5.2.2
# -c ./base.txt
# premailer
# unstructured-paddleocr
matplotlib==3.7.2
# via
# -c ././deps/constraints.txt
# imgaug
matplotlib==3.9.1.post1
# via imgaug
more-itertools==10.4.0
# via cssutils
networkx==3.2.1
Expand Down
11 changes: 6 additions & 5 deletions requirements/extra-pdf-image.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,8 @@ lxml==5.2.2
# pikepdf
markupsafe==2.1.5
# via jinja2
matplotlib==3.7.2
matplotlib==3.9.1.post1
# via
# -c ././deps/constraints.txt
# pycocotools
# unstructured-inference
mpmath==1.3.0
Expand Down Expand Up @@ -148,9 +147,9 @@ pdfminer-six==20231228
# via
# -r ./extra-pdf-image.in
# pdfplumber
pdfplumber==0.11.2
pdfplumber==0.11.3
# via layoutparser
pikepdf==9.1.0
pikepdf==9.1.1
# via -r ./extra-pdf-image.in
pillow==10.4.0
# via
Expand Down Expand Up @@ -259,7 +258,9 @@ timm==1.0.8
# effdet
# unstructured-inference
tokenizers==0.19.1
# via transformers
# via
# -c ././deps/constraints.txt
# transformers
torch==2.4.0
# via
# -c ././deps/constraints.txt
Expand Down
4 changes: 3 additions & 1 deletion requirements/huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ six==1.16.0
sympy==1.13.1
# via torch
tokenizers==0.19.1
# via transformers
# via
# -c ././deps/constraints.txt
# transformers
torch==2.4.0
# via
# -c ././deps/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/azure.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ adlfs==2024.7.0
# via -r ./ingest/azure.in
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.1
aiohttp==3.10.2
# via adlfs
aiosignal==1.3.1
# via aiohttp
Expand Down
4 changes: 3 additions & 1 deletion requirements/ingest/chroma.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ tenacity==8.5.0
# -r ./ingest/chroma.in
# chromadb
tokenizers==0.19.1
# via chromadb
# via
# -c ./ingest/../deps/constraints.txt
# chromadb
tqdm==4.66.5
# via
# -c ./ingest/../base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/discord.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.1
aiohttp==3.10.2
# via discord-py
aiosignal==1.3.1
# via aiohttp
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/elasticsearch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.1
aiohttp==3.10.2
# via elasticsearch
aiosignal==1.3.1
# via aiohttp
Expand Down
4 changes: 2 additions & 2 deletions requirements/ingest/embed-aws-bedrock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.1
aiohttp==3.10.2
# via
# langchain
# langchain-community
Expand Down Expand Up @@ -92,7 +92,7 @@ numpy==1.26.4
# -c ./ingest/../base.txt
# langchain
# langchain-community
orjson==3.10.6
orjson==3.10.7
# via langsmith
packaging==23.2
# via
Expand Down
3 changes: 2 additions & 1 deletion requirements/ingest/embed-huggingface.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ numpy==1.26.4
# scipy
# sentence-transformers
# transformers
orjson==3.10.6
orjson==3.10.7
# via langsmith
packaging==23.2
# via
Expand Down Expand Up @@ -115,6 +115,7 @@ threadpoolctl==3.5.0
# via scikit-learn
tokenizers==0.19.1
# via
# -c ./ingest/../deps/constraints.txt
# langchain-huggingface
# transformers
torch==2.4.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/embed-octoai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ idna==3.7
# requests
jiter==0.5.0
# via openai
openai==1.40.1
openai==1.40.2
# via -r ./ingest/embed-octoai.in
pydantic==2.8.2
# via openai
Expand Down
4 changes: 2 additions & 2 deletions requirements/ingest/embed-openai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ langchain-openai==0.1.20
# via -r ./ingest/embed-openai.in
langsmith==0.1.98
# via langchain-core
openai==1.40.1
openai==1.40.2
# via langchain-openai
orjson==3.10.6
orjson==3.10.7
# via langsmith
packaging==23.2
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/ingest/embed-vertexai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.1
aiohttp==3.10.2
# via
# langchain
# langchain-community
Expand Down Expand Up @@ -56,7 +56,7 @@ google-auth==2.33.0
# google-cloud-core
# google-cloud-resource-manager
# google-cloud-storage
google-cloud-aiplatform==1.60.0
google-cloud-aiplatform==1.61.0
# via langchain-google-vertexai
google-cloud-bigquery==3.25.0
# via google-cloud-aiplatform
Expand All @@ -66,15 +66,15 @@ google-cloud-core==2.4.1
# google-cloud-storage
google-cloud-resource-manager==1.12.5
# via google-cloud-aiplatform
google-cloud-storage==2.18.1
google-cloud-storage==2.18.2
# via
# google-cloud-aiplatform
# langchain-google-vertexai
google-crc32c==1.5.0
# via
# google-cloud-storage
# google-resumable-media
google-resumable-media==2.7.1
google-resumable-media==2.7.2
# via
# google-cloud-bigquery
# google-cloud-storage
Expand Down Expand Up @@ -143,7 +143,7 @@ numpy==1.26.4
# langchain
# langchain-community
# shapely
orjson==3.10.6
orjson==3.10.7
# via langsmith
packaging==23.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ingest/embed-voyageai.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.1
aiohttp==3.10.2
# via
# langchain
# voyageai
Expand Down Expand Up @@ -68,7 +68,7 @@ numpy==1.26.4
# -c ./ingest/../base.txt
# langchain
# voyageai
orjson==3.10.6
orjson==3.10.7
# via langsmith
packaging==23.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/ingest/gcs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.1
aiohttp==3.10.2
# via gcsfs
aiosignal==1.3.1
# via aiohttp
Expand Down Expand Up @@ -59,13 +59,13 @@ google-auth-oauthlib==1.2.1
# via gcsfs
google-cloud-core==2.4.1
# via google-cloud-storage
google-cloud-storage==2.18.1
google-cloud-storage==2.18.2
# via gcsfs
google-crc32c==1.5.0
# via
# google-cloud-storage
# google-resumable-media
google-resumable-media==2.7.1
google-resumable-media==2.7.2
# via google-cloud-storage
googleapis-common-protos==1.63.2
# via google-api-core
Expand Down
2 changes: 1 addition & 1 deletion requirements/ingest/s3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiobotocore==2.13.1
# via s3fs
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.1
aiohttp==3.10.2
# via
# aiobotocore
# s3fs
Expand Down
4 changes: 3 additions & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
annotated-types==0.7.0
# via pydantic
appdirs==1.4.4
# via label-studio-tools
# via
# label-studio-sdk
# label-studio-tools
attrs==24.2.0
# via
# jsonschema
Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.2-dev5" # pragma: no cover
__version__ = "0.15.2-dev6" # pragma: no cover

0 comments on commit a2ae2ed

Please sign in to comment.