diff --git a/setup.py b/setup.py index 538297eaa..780002909 100644 --- a/setup.py +++ b/setup.py @@ -157,7 +157,8 @@ "tabulate", "AppDirs", "plotly", - "kaleido", + # Pin the version to work around https://github.com/plotly/Kaleido/issues/156. + "kaleido==0.2.1", "requests", "pandas", "gunicorn",