Skip to content

Commit c5fe09e

Browse files
authored
Set the lower bound for Plotly. (#1660)
Sets the lower bound for Plotly, just in case, since Plotly works as a plotting background since `4.8`. > Since version 0.25, Pandas has provided a mechanism to use different backends, and as of version 4.8 of plotly, you can now use a Plotly Express-powered backend for Pandas plotting. https://plotly.com/python/pandas-backend/
1 parent 9a2099e commit c5fe09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ pytest-cov
2828
scikit-learn
2929
openpyxl
3030
xlrd
31-
plotly
31+
plotly>=4.8

0 commit comments

Comments
 (0)