From 8d617230fd5234013fda8a28cc499bd2882f2a3c Mon Sep 17 00:00:00 2001 From: Richard Berg Date: Thu, 29 Jan 2026 16:27:29 -0600 Subject: [PATCH] allow matplotlib 3.10.x --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e46cb237c..63e55915b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ classifiers = [ dependencies = [ "scipy>=1.8, <1.17", "pandas>1.5, <3.0, !=1.4.0", - "matplotlib>=3.5, <=3.10", + "matplotlib>=3.5, <3.11", "pydantic>=2, <3", "PyYAML>=6.0.3, <6.1", "jinja2>=3.1.6, <3.2",