Skip to content

Commit

Permalink
Fix Kaleido version to work around release error (#1109)
Browse files Browse the repository at this point in the history
Pin the Kaleido version to work around bad release

Kaleido doesn't work with package managers like Poetry.  It also hasn't
seen a release in 2 years and the package manager seems to have
forgotten about it. Therefore, pin the kaleido version to solve
plotly/Kaleido#156.

Co-authored-by: Setepenre <pierre.delaunay.tr@gmail.com>
  • Loading branch information
NeilGirdhar and Delaunay committed Aug 10, 2023
1 parent 4d7b768 commit 34ca8de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 34ca8de

Please sign in to comment.