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 5e3a953 commit e19767fCopy full SHA for e19767f
pyproject.toml
@@ -50,10 +50,12 @@ dependencies = [
50
'matplotlib>=3.5.3',
51
'circlify>=0.15.0',
52
"wordcloud>=1.8.2.2; python_version < '3.11'",
53
+
54
# This is a temporary fix for kaleido hanging on image generation on Windows
55
# See: https://github.com/plotly/Kaleido/issues/110
56
# and: https://github.com/plotly/Kaleido/issues/134
- "kaleido==0.1.0",
57
+ "kaleido==0.1.0.post1; sys_platform == 'win32'",
58
+ "kaleido>=0.2.1; sys_platform != 'win32'",
59
]
60
[project.urls]
61
Homepage = "https://truelearnai.github.io/"
0 commit comments