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
@@ -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 = "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 = "transformers", specifier = ">=4.57.6" },
{ name = "transformers", specifier = ">=5.12.0" },
{ name = "ultralytics", specifier = ">=8.4.66" },
]