diff --git a/pyproject.toml b/pyproject.toml index 05730bc..7794935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ dev = [ # NumPy 2.4+ bundles PEP 695 syntax in its stubs; mypy targeting the # supported Python 3.11 floor cannot parse those stubs. This is a dev/type # checking constraint, not an application runtime dependency. - "numpy>=2,<2.4", + "numpy>=2,<2.5", "pandas>=2.2,<4", "pytest>=8.3,<10", "pytest-asyncio>=0.24,<2",