Skip to content

Commit a2ae2ed

Browse files
authored
chore: remove matplotlib constraint (#3505)
1 parent 051be5a commit a2ae2ed

20 files changed

+43
-37
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.15.2-dev5
1+
## 0.15.2-dev6
22

33
### Enhancements
44

requirements/deps/constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Office365-REST-Python-Client<2.4.3
2525
# use the known compatible version of weaviate and pytesseract
2626
pytesseract @ git+https://github.com/madmaze/[email protected]
2727
weaviate-client>3.25.0
28-
# Note(yuming) - pining to avoid conflict with paddle install
29-
matplotlib==3.7.2
28+
# TODO: Pinned in transformers package, remove when that gets updated
29+
tokenizers>=0.19,<0.20
3030
# langchain limits anyio to below 4.0
3131
anyio<4.0
3232
# NOTE(crag): earlier versions fail in compilation step when pip installing the package

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ attrs==24.2.0
2929
# -c ./test.txt
3030
# jsonschema
3131
# referencing
32-
babel==2.15.0
32+
babel==2.16.0
3333
# via jupyterlab-server
3434
backcall==0.2.0
3535
# via ipython

requirements/extra-paddleocr.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,8 @@ lxml==5.2.2
5454
# -c ./base.txt
5555
# premailer
5656
# unstructured-paddleocr
57-
matplotlib==3.7.2
58-
# via
59-
# -c ././deps/constraints.txt
60-
# imgaug
57+
matplotlib==3.9.1.post1
58+
# via imgaug
6159
more-itertools==10.4.0
6260
# via cssutils
6361
networkx==3.2.1

requirements/extra-pdf-image.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,8 @@ lxml==5.2.2
9292
# pikepdf
9393
markupsafe==2.1.5
9494
# via jinja2
95-
matplotlib==3.7.2
95+
matplotlib==3.9.1.post1
9696
# via
97-
# -c ././deps/constraints.txt
9897
# pycocotools
9998
# unstructured-inference
10099
mpmath==1.3.0
@@ -148,9 +147,9 @@ pdfminer-six==20231228
148147
# via
149148
# -r ./extra-pdf-image.in
150149
# pdfplumber
151-
pdfplumber==0.11.2
150+
pdfplumber==0.11.3
152151
# via layoutparser
153-
pikepdf==9.1.0
152+
pikepdf==9.1.1
154153
# via -r ./extra-pdf-image.in
155154
pillow==10.4.0
156155
# via
@@ -259,7 +258,9 @@ timm==1.0.8
259258
# effdet
260259
# unstructured-inference
261260
tokenizers==0.19.1
262-
# via transformers
261+
# via
262+
# -c ././deps/constraints.txt
263+
# transformers
263264
torch==2.4.0
264265
# via
265266
# -c ././deps/constraints.txt

requirements/huggingface.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ six==1.16.0
8888
sympy==1.13.1
8989
# via torch
9090
tokenizers==0.19.1
91-
# via transformers
91+
# via
92+
# -c ././deps/constraints.txt
93+
# transformers
9294
torch==2.4.0
9395
# via
9496
# -c ././deps/constraints.txt

requirements/ingest/azure.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ adlfs==2024.7.0
88
# via -r ./ingest/azure.in
99
aiohappyeyeballs==2.3.5
1010
# via aiohttp
11-
aiohttp==3.10.1
11+
aiohttp==3.10.2
1212
# via adlfs
1313
aiosignal==1.3.1
1414
# via aiohttp

requirements/ingest/chroma.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ tenacity==8.5.0
201201
# -r ./ingest/chroma.in
202202
# chromadb
203203
tokenizers==0.19.1
204-
# via chromadb
204+
# via
205+
# -c ./ingest/../deps/constraints.txt
206+
# chromadb
205207
tqdm==4.66.5
206208
# via
207209
# -c ./ingest/../base.txt

requirements/ingest/discord.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.3.5
88
# via aiohttp
9-
aiohttp==3.10.1
9+
aiohttp==3.10.2
1010
# via discord-py
1111
aiosignal==1.3.1
1212
# via aiohttp

requirements/ingest/elasticsearch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.3.5
88
# via aiohttp
9-
aiohttp==3.10.1
9+
aiohttp==3.10.2
1010
# via elasticsearch
1111
aiosignal==1.3.1
1212
# via aiohttp

0 commit comments

Comments
 (0)