Skip to content

Commit 1652973

Browse files
authored
pin plotly.py version
version 6.0.0 changed how dataframes are accessed (plotly/plotly.py#4790) which (I think) is breaking how django-dashboards reads dataframes
1 parent 70120bb commit 1652973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ install_requires =
3333
django-cors-headers
3434
django-asset-definitions
3535
pandas
36-
plotly
36+
plotly == 5.24.1
3737
typing_extensions # required for 3.9 support atm
3838

3939
[tool:pytest]

0 commit comments

Comments
 (0)