Skip to content

Commit e19767f

Browse files
committed
build: update dependencies
1 parent 5e3a953 commit e19767f

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
@@ -50,10 +50,12 @@ dependencies = [
5050
'matplotlib>=3.5.3',
5151
'circlify>=0.15.0',
5252
"wordcloud>=1.8.2.2; python_version < '3.11'",
53+
5354
# This is a temporary fix for kaleido hanging on image generation on Windows
5455
# See: https://github.com/plotly/Kaleido/issues/110
5556
# and: https://github.com/plotly/Kaleido/issues/134
56-
"kaleido==0.1.0",
57+
"kaleido==0.1.0.post1; sys_platform == 'win32'",
58+
"kaleido>=0.2.1; sys_platform != 'win32'",
5759
]
5860
[project.urls]
5961
Homepage = "https://truelearnai.github.io/"

0 commit comments

Comments
 (0)