We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b788c commit 258c2e0Copy full SHA for 258c2e0
pyproject.toml
@@ -50,7 +50,10 @@ dependencies = [
50
'matplotlib>=3.5.3',
51
'circlify>=0.15.0',
52
"wordcloud>=1.8.2.2; python_version < '3.11'",
53
- "kaleido>=0.2.1",
+ # 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",
57
]
58
[project.urls]
59
Homepage = "https://truelearnai.github.io/"
0 commit comments