diff --git a/test/requirements_lnx_cu12.txt b/test/requirements_lnx_cu12.txt index 6072cf0..b5eee1e 100644 --- a/test/requirements_lnx_cu12.txt +++ b/test/requirements_lnx_cu12.txt @@ -4,7 +4,7 @@ numpy==1.26.4; python_version < '3.13' numpy==2.3.4; python_version >= '3.13' cupy-cuda12x==13.6.0; python_version <= '3.13' pillow==11.2.1; python_version < '3.13' -pillow==12.0.0; python_version >= '3.13' +pillow==12.1.1; python_version >= '3.13' torch==2.6.0+cu124; python_version < '3.13' and platform_machine == "x86_64" opencv-python==4.11.0.86 scikit-image==0.24.0; python_version < '3.10' diff --git a/test/requirements_lnx_cu13.txt b/test/requirements_lnx_cu13.txt index 9012177..56a0885 100644 --- a/test/requirements_lnx_cu13.txt +++ b/test/requirements_lnx_cu13.txt @@ -4,7 +4,7 @@ numpy==1.26.4; python_version < '3.13' numpy==2.3.4; python_version >= '3.13' cupy-cuda13x==13.6.0; python_version <= '3.13' pillow==11.2.1; python_version < '3.13' -pillow==12.0.0; python_version >= '3.13' +pillow==12.1.1; python_version >= '3.13' torch==2.6.0+cu124; python_version < '3.13' and platform_machine == "x86_64" opencv-python==4.11.0.86 scikit-image==0.24.0; python_version < '3.10' diff --git a/test/requirements_win_cu12.txt b/test/requirements_win_cu12.txt index 5b71299..ee7c2cd 100644 --- a/test/requirements_win_cu12.txt +++ b/test/requirements_win_cu12.txt @@ -5,7 +5,7 @@ numpy==1.26.4; python_version < '3.13' numpy==2.3.4; python_version >= '3.13' cupy-cuda12x==13.6.0; python_version <= '3.13' pillow==11.2.1; python_version < '3.13' -pillow==12.0.0; python_version >= '3.13' +pillow==12.1.1; python_version >= '3.13' torch==2.3.1+cu121; python_version < '3.13' opencv-python==4.11.0.86 scikit-image==0.24.0; python_version < '3.10' diff --git a/test/requirements_win_cu13.txt b/test/requirements_win_cu13.txt index 4959e37..a059520 100644 --- a/test/requirements_win_cu13.txt +++ b/test/requirements_win_cu13.txt @@ -5,7 +5,7 @@ numpy==1.26.4; python_version < '3.13' numpy==2.3.4; python_version >= '3.13' cupy-cuda13x==13.6.0; python_version <= '3.13' pillow==11.2.1; python_version < '3.13' -pillow==12.0.0; python_version >= '3.13' +pillow==12.1.1; python_version >= '3.13' torch==2.3.1+cu121; python_version < '3.13' opencv-python==4.11.0.86 scikit-image==0.24.0; python_version < '3.10'