diff --git a/pyproject.toml b/pyproject.toml index 2fcf5608..8745b136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ keywords = ['sketch','graphics','scientific','engineering','geometry'] dependencies = [ "numpy>=1.25,<2.1", - "matplotlib>=3.7.1,<3.10.0", + "matplotlib>=3.7.1,<3.11.0", "scipy>=1.10.1,<1.15.0", "celluloid~=0.2.0" ]