File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ numpy==2.3.4; python_version >= '3.13'
55# Using cupy 12.3.0 for CUDA 12 because newer versions use jitify which fails in some environments
66cupy-cuda12x==12.3.0; python_version <= '3.13'
77pillow==11.2.1; python_version < '3.13'
8- pillow==12.0 .0; python_version >= '3.13'
8+ pillow==12.2 .0; python_version >= '3.13'
99torch>=2.6.0; python_version < '3.13' and platform_machine == "x86_64"
1010torchvision; python_version < '3.13' and platform_machine == "x86_64"
1111opencv-python==4.11.0.86
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ numpy==1.26.4; python_version < '3.13'
44numpy==2.3.4; python_version >= '3.13'
55cupy-cuda13x==13.6.0; python_version <= '3.13'
66pillow==11.2.1; python_version < '3.13'
7- pillow==12.0 .0; python_version >= '3.13'
7+ pillow==12.2 .0; python_version >= '3.13'
88torch>=2.6.0; python_version < '3.13' and platform_machine == "x86_64"
99torchvision; python_version < '3.13' and platform_machine == "x86_64"
1010opencv-python==4.11.0.86
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ numpy==1.26.4; python_version < '3.13'
44numpy==2.3.4; python_version >= '3.13'
55cupy-cuda12x==13.6.0; python_version <= '3.13'
66pillow==11.2.1; python_version < '3.13'
7- pillow==12.0 .0; python_version >= '3.13'
7+ pillow==12.2 .0; python_version >= '3.13'
88torch==2.3.1+cu121; python_version < '3.13'
99opencv-python==4.11.0.86
1010scikit-image==0.25.0; python_version < '3.14'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ numpy==1.26.4; python_version < '3.13'
44numpy==2.3.4; python_version >= '3.13'
55cupy-cuda13x==13.6.0; python_version <= '3.13'
66pillow==11.2.1; python_version < '3.13'
7- pillow==12.0 .0; python_version >= '3.13'
7+ pillow==12.2 .0; python_version >= '3.13'
88torch==2.3.1+cu121; python_version < '3.13'
99opencv-python==4.11.0.86
1010scikit-image==0.25.0; python_version >= '3.10' and python_version < '3.14'
You can’t perform that action at this time.
0 commit comments