Skip to content

Commit 65eaf6e

Browse files
chore(deps): update dependency plotly to >=6.3.0,<6.4.0
1 parent 09a35c5 commit 65eaf6e

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,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.3.0,<6.4.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.3.0,<6.4.0)",
1717
"kaleido==0.2.1",
1818
"imagemagic (>=0.2.1,<0.3.0)",
1919
]

0 commit comments

Comments
 (0)