diff --git a/pyproject.toml b/pyproject.toml index b7f9098..edd6e8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ docs = [ "sphinx==8.0.2", ] tests = [ - "numpy==2.1.1 ; sys_platform == 'windows' and python_version >= '3.13'", + "numpy==2.1.2 ; sys_platform == 'windows' and python_version >= '3.13'", "pillow==10.4.0", "pytest==8.3.3", "pytest-cov==5.0.0",