Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Conversation

@patelishaan
Copy link

I have generated a fully pinned requirements file for testing as requested in issue #23548. This file includes both the core dependencies and the testing tools pinned to their currently compatible versions.

Rationale: This change allows CI jobs to run tests on older versions of Matplotlib without breaking due to newer, incompatible releases of dependencies (transient or direct).

Changes:

Created requirements/testing/fully-pinned-v3.6.x.txt using a fresh virtual environment.

Pinned dependencies include minver ingredients and all.txt testing tools.

Fixes #23548

PS - This is my first contribution :)

@timhoffm
Copy link
Member

Thanks for your willingness to contribute. However, this is not the correct solution. It looks like you have listed the current versions of the dependencies (e.g. pytest==9.0.2, which was released in Dec'25). What we need is the newest version of the dependency at the time of the matplotlib 3.6 relase.

@melissawm melissawm added Maintenance dependencies Pull requests that update a dependency file labels Jan 30, 2026
@timhoffm
Copy link
Member

timhoffm commented Feb 3, 2026

Closing for lack of response.

@timhoffm timhoffm closed this Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file Maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create fully pinned requirements file for bug-fix branches

3 participants