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 94a0a50 commit b370b1fCopy full SHA for b370b1f
1 file changed
pyproject.toml
@@ -48,6 +48,10 @@ dev = [
48
]
49
test = [
50
"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",
55
"pooch",
56
"pytest",
57
"pytest-cov",
0 commit comments