diff --git a/pyproject.toml b/pyproject.toml index 75f778861e..d0af54c399 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "numba>=0.60.0", "numpy>=2.0.0,<2.4", "numpy-quaternion>=2024.0.0", - "pillow==10.4.0", + "pillow==12.3.0", "scipy>=1.13.0", "tqdm", ] diff --git a/requirements.txt b/requirements.txt index f7f1738e39..012e2849cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ matplotlib numba>=0.60.0 numpy>=2.0.0,<2.4 numpy-quaternion>=2024.0.0 -pillow==10.4.0 +pillow==12.3.0 scipy>=1.13.0 tqdm