diff --git a/pyproject.toml b/pyproject.toml index 5d6810f..7561f71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "numpy==1.24.1", "scikit-learn==1.5.0", "tqdm==4.66.3", - "Pillow==10.3.0", + "Pillow==12.1.1", "imageio==2.25.0", ] @@ -55,4 +55,4 @@ exclude = [ "output", "venv" ] -namespaces = false \ No newline at end of file +namespaces = false diff --git a/requirements.txt b/requirements.txt index 8f56864..30dbd6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.24.1 scikit-learn==1.5.0 tqdm==4.66.3 -Pillow==10.3.0 +Pillow==12.1.1 imageio==2.25.0