diff --git a/test/requirements_lnx_cu12.txt b/test/requirements_lnx_cu12.txt index 2f02cdf..9d13621 100644 --- a/test/requirements_lnx_cu12.txt +++ b/test/requirements_lnx_cu12.txt @@ -5,7 +5,7 @@ numpy==2.3.4; python_version >= '3.13' # Using cupy 12.3.0 for CUDA 12 because newer versions use jitify which fails in some environments cupy-cuda12x==12.3.0; python_version <= '3.13' pillow==11.2.1; python_version < '3.13' -pillow==12.0.0; python_version >= '3.13' +pillow==12.2.0; python_version >= '3.13' torch>=2.6.0; python_version < '3.13' and platform_machine == "x86_64" torchvision; python_version < '3.13' and platform_machine == "x86_64" opencv-python==4.11.0.86 diff --git a/test/requirements_lnx_cu13.txt b/test/requirements_lnx_cu13.txt index 2ee732b..fc44a35 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.2.0; python_version >= '3.13' torch>=2.6.0; python_version < '3.13' and platform_machine == "x86_64" torchvision; python_version < '3.13' and platform_machine == "x86_64" opencv-python==4.11.0.86 diff --git a/test/requirements_win_cu12.txt b/test/requirements_win_cu12.txt index 9c8f012..3ade5ce 100644 --- a/test/requirements_win_cu12.txt +++ b/test/requirements_win_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.2.0; python_version >= '3.13' torch==2.3.1+cu121; python_version < '3.13' opencv-python==4.11.0.86 scikit-image==0.25.0; python_version < '3.14' diff --git a/test/requirements_win_cu13.txt b/test/requirements_win_cu13.txt index 2c3d49b..2f6f615 100644 --- a/test/requirements_win_cu13.txt +++ b/test/requirements_win_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.2.0; python_version >= '3.13' torch==2.3.1+cu121; python_version < '3.13' opencv-python==4.11.0.86 scikit-image==0.25.0; python_version >= '3.10' and python_version < '3.14'