diff --git a/pyproject.toml b/pyproject.toml index 2ecca4c..1498336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Minimal event-based Monte Carlo simulation for floating body inte readme = "README.md" requires-python = ">=3.11" dependencies = [ - "matplotlib>=3.9", + "matplotlib>=3.10.8", "numpy>=2.2", ]