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",