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.
2 parents 5ce13b1 + e19767f commit 61e96aeCopy full SHA for 61e96ae
pyproject.toml
@@ -57,10 +57,12 @@ dependencies = [
57
'matplotlib>=3.5.3',
58
'circlify>=0.15.0',
59
"wordcloud>=1.8.2.2; python_version < '3.11'",
60
+
61
# This is a temporary fix for kaleido hanging on image generation on Windows
62
# See: https://github.com/plotly/Kaleido/issues/110
63
# and: https://github.com/plotly/Kaleido/issues/134
- "kaleido==0.1.0",
64
+ "kaleido==0.1.0.post1; sys_platform == 'win32'",
65
+ "kaleido>=0.2.1; sys_platform != 'win32'",
66
]
67
[project.urls]
68
Homepage = "https://truelearnai.github.io/"
0 commit comments