Skip to content

Commit 622cd30

Browse files
fix: Plotly version
1 parent 9ddf4ea commit 622cd30

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
@@ -38,14 +38,14 @@ pyvistaqt = [
3838
]
3939

4040
plotly = [
41-
"plotly >= 5.15.0,<6",
41+
"plotly >= 6.3.1,<7",
4242
"kaleido >= 1.1.0,<2",
4343
]
4444

4545
all = [
4646
"pyside6 >= 6.8.0,<7",
4747
"pyvistaqt >= 0.11.1,<1",
48-
"plotly >= 5.15.0,<6",
48+
"plotly >= 6.3.1,<7",
4949
"kaleido >= 1.1.0,<2",
5050
]
5151

0 commit comments

Comments
 (0)