Skip to content

Commit e571fbb

Browse files
committed
Require matplotlib < 3.8 for pgf.common_texification
As per nschloe#559
1 parent 5cd8403 commit e571fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ keywords = ["latex", "tikz", "matplotlib", "graphics"]
2929
dynamic = ["version"]
3030
requires-python = ">=3.7"
3131
dependencies = [
32-
"matplotlib >= 1.4.0",
32+
"matplotlib >= 1.4.0, < 3.8",
3333
"numpy",
3434
"Pillow",
3535
"webcolors",

0 commit comments

Comments
 (0)