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 6cc7ef6 commit c40eba2Copy full SHA for c40eba2
1 file changed
pyproject.toml
@@ -60,7 +60,10 @@ cicd_utils = [
60
# ./cicd_utils/ridgeplot_examples/_base.py
61
"minify-html",
62
# TODO: unpin after 1.0.0 (https://github.com/plotly/Kaleido/issues/226)
63
- "kaleido<0.4",
+ # 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",
67
# ./cicd_utils/cicd/scripts/extract_latest_release_notes.py
68
"markdown-it-py",
69
"mdit-py-plugins",
0 commit comments