Skip to content

Commit c0b6011

Browse files
chore(deps): update dependency kaleido to v0.2.1.post1
1 parent 09a35c5 commit c0b6011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ dependencies = ["numpy>=2.0.0,<3", "pydantic>=2.0.0,<3", "scipy>=1.11.2,<2"]
1010

1111
[project.optional-dependencies]
1212
matplotlib = ["matplotlib (>=3.10.1,<4.0.0)", "imagemagic (>=0.2.1,<0.3.0)"]
13-
plotly = ["plotly (>=6.0.0,<6.1.0)", "kaleido==0.2.1"]
13+
plotly = ["plotly (>=6.0.0,<6.1.0)", "kaleido==0.2.1.post1"]
1414
all = [
1515
"matplotlib (>=3.10.0,<4.0.0)",
1616
"plotly (>=6.0.0,<6.1.0)",
17-
"kaleido==0.2.1",
17+
"kaleido==0.2.1.post1",
1818
"imagemagic (>=0.2.1,<0.3.0)",
1919
]
2020

0 commit comments

Comments
 (0)