Skip to content

Commit

Permalink
Fix Kaleido version to work around release error
Browse files Browse the repository at this point in the history
Due to plotly/Kaleido#156, 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 hav forgotten about it.  Could we pin the version to solve this problem?
  • Loading branch information
NeilGirdhar authored Jul 12, 2023
1 parent efe6075 commit 019ea1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"tabulate",
"AppDirs",
"plotly",
"kaleido",
"kaleido==0.2.1",
"requests",
"pandas",
"gunicorn",
Expand Down

0 comments on commit 019ea1e

Please sign in to comment.