Skip to content

Commit 93142da

Browse files
fix(deps): update dependency plotly to >=6.1.2,<6.2.0
1 parent 8e581d8 commit 93142da

File tree

2 files changed

+557
-557
lines changed

2 files changed

+557
-557
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ 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.1.2,<6.2.0)", "kaleido==0.2.1"]
1414
all = [
1515
"matplotlib (>=3.10.0,<4.0.0)",
16-
"plotly (>=6.0.0,<6.1.0)",
16+
"plotly (>=6.1.2,<6.2.0)",
1717
"kaleido==0.2.1",
1818
"imagemagic (>=0.2.1,<0.3.0)",
1919
]

0 commit comments

Comments
 (0)