From a3562cf5fd1c641986a50166d357666652b33c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 08:53:13 +0000 Subject: [PATCH] Update matplotlib requirement from >=3.9 to >=3.10.9 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.0...v3.10.9) --- updated-dependencies: - dependency-name: matplotlib dependency-version: 3.10.9 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60f7db4..dadeca4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [] science = [ # Loose floors chosen to match Python 3.13 wheel availability on PyPI. # Tighten only when your code actually depends on a newer API. - "matplotlib>=3.9", + "matplotlib>=3.10.9", "numpy>=2.1", "pandas>=2.2", "scikit-learn>=1.5",