Skip to content

Commit da936af

Browse files
authored
[MNT] raise plotly bound to plotly<7 to support plotly 6.X (#632)
This PR enables support for plotly 6.
1 parent 6de3975 commit da936af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ all_extras = [
5555
"plotly>=5.0.0,<6",
5656
"scikit-learn>=0.24.1",
5757
"ecos>=2.0.14,<2.1",
58-
"plotly>=5.0.0,<6",
58+
"plotly>=5.0.0,<7",
5959
"cvxopt; python_version < '3.14'",
6060
]
6161

0 commit comments

Comments
 (0)