Skip to content

Commit b370b1f

Browse files
authored
test: cap matplotlib<3.11 to stabilize colorbar image baselines (#713)
1 parent 94a0a50 commit b370b1f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ dev = [
4848
]
4949
test = [
5050
"coverage[toml]>=7.4",
51+
# Image-comparison baselines are matplotlib-version-sensitive; matplotlib 3.11.0 (released
52+
# 2026-06-12) shifts colorbar rendering past the comparison tolerance. Cap for tests only
53+
# (the runtime dependency stays open) until the baselines are regenerated against 3.11.
54+
"matplotlib<3.11",
5155
"pooch",
5256
"pytest",
5357
"pytest-cov",

0 commit comments

Comments
 (0)