diff --git a/pyproject.toml b/pyproject.toml index 2ecca4c..0dc17f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "matplotlib>=3.9", - "numpy>=2.2", + "numpy>=2.4.4", ] [project.optional-dependencies]