chore: bump transformers lower bound to >=5.12.0 in variant pyproject files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-13 14:53:56 +00:00
co-authored by Claude Sonnet 4.6
parent 3ae6a86684
commit de1df19642
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ dependencies = [
"rich>=14.2.0", "rich>=14.2.0",
"torch>=2.12.0", "torch>=2.12.0",
"torchvision>=0.27.0", "torchvision>=0.27.0",
"transformers>=4.57.6", "transformers>=5.12.0",
"ultralytics>=8.4.66", "ultralytics>=8.4.66",
] ]
+1 -1
View File
@@ -25,7 +25,7 @@ dependencies = [
"rich>=14.2.0", "rich>=14.2.0",
"torch>=2.12.0", "torch>=2.12.0",
"torchvision>=0.27.0", "torchvision>=0.27.0",
"transformers>=4.57.6", "transformers>=5.12.0",
"ultralytics>=8.4.66", "ultralytics>=8.4.66",
] ]
+1 -1
View File
@@ -25,7 +25,7 @@ dependencies = [
"rich>=14.2.0", "rich>=14.2.0",
"torch>=2.5.0", "torch>=2.5.0",
"torchvision>=0.20.0", "torchvision>=0.20.0",
"transformers>=4.57.6", "transformers>=5.12.0",
"ultralytics>=8.4.66", "ultralytics>=8.4.66",
] ]
+1 -1
View File
@@ -1873,7 +1873,7 @@ requires-dist = [
{ name = "torch", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'", specifier = ">=2.12.0", index = "https://download.pytorch.org/whl/cpu" }, { name = "torch", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'", specifier = ">=2.12.0", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torchvision", marker = "platform_machine != 'x86_64' or sys_platform != 'linux'", specifier = ">=0.27.0" }, { name = "torchvision", marker = "platform_machine != 'x86_64' or sys_platform != 'linux'", specifier = ">=0.27.0" },
{ name = "torchvision", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'", specifier = ">=0.27.0", index = "https://download.pytorch.org/whl/cpu" }, { name = "torchvision", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'", specifier = ">=0.27.0", index = "https://download.pytorch.org/whl/cpu" },
{ name = "transformers", specifier = ">=4.57.6" }, { name = "transformers", specifier = ">=5.12.0" },
{ name = "ultralytics", specifier = ">=8.4.66" }, { name = "ultralytics", specifier = ">=8.4.66" },
] ]
+1 -1
View File
@@ -1930,7 +1930,7 @@ requires-dist = [
{ name = "torch", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'", specifier = ">=2.12.0", index = "https://download.pytorch.org/whl/cpu" }, { name = "torch", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'", specifier = ">=2.12.0", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torchvision", marker = "platform_machine != 'x86_64' or sys_platform != 'linux'", specifier = ">=0.27.0" }, { name = "torchvision", marker = "platform_machine != 'x86_64' or sys_platform != 'linux'", specifier = ">=0.27.0" },
{ name = "torchvision", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'", specifier = ">=0.27.0", index = "https://download.pytorch.org/whl/cpu" }, { name = "torchvision", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'", specifier = ">=0.27.0", index = "https://download.pytorch.org/whl/cpu" },
{ name = "transformers", specifier = ">=4.57.6" }, { name = "transformers", specifier = ">=5.12.0" },
{ name = "ultralytics", specifier = ">=8.4.66" }, { name = "ultralytics", specifier = ">=8.4.66" },
] ]
+1 -1
View File
@@ -1922,7 +1922,7 @@ requires-dist = [
{ name = "torch", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'", specifier = ">=2.5.0", index = "https://download.pytorch.org/whl/rocm6.3" }, { name = "torch", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'", specifier = ">=2.5.0", index = "https://download.pytorch.org/whl/rocm6.3" },
{ name = "torchvision", marker = "platform_machine != 'x86_64' or sys_platform != 'linux'", specifier = ">=0.20.0" }, { name = "torchvision", marker = "platform_machine != 'x86_64' or sys_platform != 'linux'", specifier = ">=0.20.0" },
{ name = "torchvision", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'", specifier = ">=0.20.0", index = "https://download.pytorch.org/whl/rocm6.3" }, { name = "torchvision", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'", specifier = ">=0.20.0", index = "https://download.pytorch.org/whl/rocm6.3" },
{ name = "transformers", specifier = ">=4.57.6" }, { name = "transformers", specifier = ">=5.12.0" },
{ name = "ultralytics", specifier = ">=8.4.66" }, { name = "ultralytics", specifier = ">=8.4.66" },
] ]