Commit 5f18f2b
committed
test: cap matplotlib<3.11 for the test env to stabilize image baselines
matplotlib 3.11.0 (released 2026-06-12) changes colorbar/image rasterization
enough to push tests/pl/test_colorbar.py image comparisons past the RMS
tolerance (RMS ~22-31 vs 15), failing CI repo-wide on the py3.11-stable env.
Cap matplotlib in the 'test' dependency-group only; the runtime dependency
stays open so users/downstream still get 3.11. Temporary until the colorbar
baselines are regenerated against 3.11.1 parent 94a0a50 commit 5f18f2b
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| |||
0 commit comments