Skip to content

Decrease matplotlib version due to error#795

Merged
MattyTheHacker merged 1 commit into
mainfrom
fix-matplotlib-error
Jul 1, 2026
Merged

Decrease matplotlib version due to error#795
MattyTheHacker merged 1 commit into
mainfrom
fix-matplotlib-error

Conversation

@MattyTheHacker

Copy link
Copy Markdown
Member

No description provided.

@MattyTheHacker MattyTheHacker self-assigned this Jun 30, 2026
Copilot AI review requested due to automatic review settings June 30, 2026 23:53
@MattyTheHacker MattyTheHacker added bug Something isn't working high priority Needs focus/attention as soon as possible labels Jun 30, 2026
@MattyTheHacker MattyTheHacker enabled auto-merge (squash) June 30, 2026 23:53

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts the project’s Matplotlib dependency constraints to avoid installing Matplotlib 3.11.x (per PR title: “Decrease matplotlib version due to error”), while keeping the lockfile aligned so installs remain reproducible.

Changes:

  • Constrain Matplotlib to >=3.10,<3.11 in pyproject.toml.
  • Update uv.lock to lock Matplotlib to 3.10.9 and refresh associated sdist/wheel entries.
  • Align the package.metadata.requires-* section in uv.lock with the new constraint.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
uv.lock Locks Matplotlib to 3.10.9 and updates the resolved artifacts/metadata to match the new constraint.
pyproject.toml Adds an upper bound to the Matplotlib requirement (<3.11) to prevent upgrades into 3.11.x.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@CarrotManMatt CarrotManMatt added the dependencies Changes that interact with managing dependencies label Jul 1, 2026
@MattyTheHacker MattyTheHacker merged commit c2fdeec into main Jul 1, 2026
14 checks passed
@MattyTheHacker MattyTheHacker deleted the fix-matplotlib-error branch July 1, 2026 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Changes that interact with managing dependencies high priority Needs focus/attention as soon as possible

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants