diff --git a/pyproject.toml b/pyproject.toml index ff1d6db3..aa901f08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "scipy", "numpy", "pandas~=2.2.0", - "matplotlib>=3.6.1,<3.9.0", + "matplotlib>=3.6.1,<3.10.0", ] classifiers = [ "Programming Language :: Python :: 3",