From 7b541471dbe218b299880b204af508f7410a5e2d Mon Sep 17 00:00:00 2001 From: "gh-worker-campaigns-3e9aa4[bot]" <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:42:10 +0000 Subject: [PATCH] =?UTF-8?q?ADMS:=20vuln=20torch=20(minor=20=E2=86=92=202.1?= =?UTF-8?q?3.0)=20[dd=5Funit=5Fscaling]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dd_unit_scaling/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dd_unit_scaling/pyproject.toml b/dd_unit_scaling/pyproject.toml index fe461cd..518f7d5 100644 --- a/dd_unit_scaling/pyproject.toml +++ b/dd_unit_scaling/pyproject.toml @@ -9,7 +9,7 @@ description = "Compile-friendly, world-size-aware unit scaling" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "torch>=2.4.0", + "torch>=2.13.0", "unit-scaling>=0.2.0", ]