Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ dev = [
]
test = [
"coverage[toml]>=7.4",
# Image-comparison baselines are matplotlib-version-sensitive; matplotlib 3.11.0 (released
# 2026-06-12) shifts colorbar rendering past the comparison tolerance. Cap for tests only
# (the runtime dependency stays open) until the baselines are regenerated against 3.11.
"matplotlib<3.11",
"pooch",
"pytest",
"pytest-cov",
Expand Down
Loading