Skip to content

Commit c40eba2

Browse files
committed
Exclude kaleido 0.2.1.post1 to fix universal resolution with uv sync
1 parent 6cc7ef6 commit c40eba2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ cicd_utils = [
6060
# ./cicd_utils/ridgeplot_examples/_base.py
6161
"minify-html",
6262
# TODO: unpin after 1.0.0 (https://github.com/plotly/Kaleido/issues/226)
63-
"kaleido<0.4",
63+
# NOTE: 0.2.1.post1 is excluded because it only ships a
64+
# manylinux2014_armv7l wheel, which breaks universal
65+
# (multi-platform) resolution with `uv sync`/`uv lock`
66+
"kaleido<0.4,!=0.2.1.post1",
6467
# ./cicd_utils/cicd/scripts/extract_latest_release_notes.py
6568
"markdown-it-py",
6669
"mdit-py-plugins",

0 commit comments

Comments
 (0)