Skip to content

Commit 61e96ae

Browse files
committed
Merge remote-tracking branch 'origin/release-1.0.0' into release-1.0.0
2 parents 5ce13b1 + e19767f commit 61e96ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@ dependencies = [
5757
'matplotlib>=3.5.3',
5858
'circlify>=0.15.0',
5959
"wordcloud>=1.8.2.2; python_version < '3.11'",
60+
6061
# This is a temporary fix for kaleido hanging on image generation on Windows
6162
# See: https://github.com/plotly/Kaleido/issues/110
6263
# and: https://github.com/plotly/Kaleido/issues/134
63-
"kaleido==0.1.0",
64+
"kaleido==0.1.0.post1; sys_platform == 'win32'",
65+
"kaleido>=0.2.1; sys_platform != 'win32'",
6466
]
6567
[project.urls]
6668
Homepage = "https://truelearnai.github.io/"

0 commit comments

Comments
 (0)