diff --git a/pyproject.toml b/pyproject.toml index e46cb237c..b86f4a13f 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.10, <=3.10.8", "pydantic>=2, <3", "PyYAML>=6.0.3, <6.1", "jinja2>=3.1.6, <3.2",