From f313e8e125b8cfb1f4e365f0f71484b894e612af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 20:37:52 +0000 Subject: [PATCH] fix(deps): update dependency matplotlib to >=3.10, <=3.10.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1e668788..85a8dbbdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ dependencies = [ "scipy>=1.4.1, <1.16", "pandas>1.1, <3.0, !=1.4.0", - "matplotlib>=3.5, <=3.10", + "matplotlib>=3.10, <=3.10.3", "pydantic>=2", "PyYAML>=5.0.0, <6.1", "jinja2>=2.11.1, <3.2",