diff --git a/pyproject.toml b/pyproject.toml index ac8f0c6..25cb6f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ numpy2 = [ # NumPy 2.4 supports Python 3.11-3.13 "numpy==2.4.6; python_version >= '3.11' and python_version < '3.12'", # NumPy 2.2 supports Python 3.10-3.13 - "numpy==2.2.6; python_version >= '3.10' and python_version < '3.11'", + "numpy==2.5.1; python_version >= '3.10' and python_version < '3.11'", ] [dependency-groups]