Skip to content

chore: bump matplotlib upper bound to <3.12 across dev environments#1137

Merged
olemke merged 1 commit into
atmtools:mainfrom
olemke:raise-mpl-version
Jun 23, 2026
Merged

chore: bump matplotlib upper bound to <3.12 across dev environments#1137
olemke merged 1 commit into
atmtools:mainfrom
olemke:raise-mpl-version

Conversation

@olemke

@olemke olemke commented Jun 23, 2026

Copy link
Copy Markdown
Member

This PR raises the allowed matplotlib version across all platform development environments from <3.11 to <3.12. The change keeps the conda dependency constraints current with the latest matplotlib 3.11 release.

Changes

  • environment-dev-*.yml: Updated the matplotlib pin from matplotlib<3.11 to matplotlib<3.12 so fresh dev environments can pick up the newest compatible release.

@olemke olemke merged commit 4db194a into atmtools:main Jun 23, 2026
9 checks passed
@riclarsson

Copy link
Copy Markdown
Contributor

Any reason this needs to be bound to the latest version?

@olemke olemke deleted the raise-mpl-version branch June 23, 2026 08:18
@olemke

olemke commented Jun 23, 2026

Copy link
Copy Markdown
Member Author

I'm sick of the CI breaking at random times when some package gets updated. When running mamba update --all locally, the latest version will be installed anyway. That gives me the chance of fixing incompatibilities before it breaks the CI at random times.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants