Skip to content

Commit 258c2e0

Browse files
committed
maint: downgrade kaleido
1 parent 12b788c commit 258c2e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ dependencies = [
5050
'matplotlib>=3.5.3',
5151
'circlify>=0.15.0',
5252
"wordcloud>=1.8.2.2; python_version < '3.11'",
53-
"kaleido>=0.2.1",
53+
# This is a temporary fix for kaleido hanging on image generation on Windows
54+
# See: https://github.com/plotly/Kaleido/issues/110
55+
# and: https://github.com/plotly/Kaleido/issues/134
56+
"kaleido==0.1.0.post1",
5457
]
5558
[project.urls]
5659
Homepage = "https://truelearnai.github.io/"

0 commit comments

Comments
 (0)