From 484cf8c9984b320e9bc570e99b3222243f5f47c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:06:51 +0000 Subject: [PATCH] pip(deps): update torch requirement from >=2.1.0 to >=2.13.0 Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/ciflow/torchtitan/163503...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- testing_requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7f5a952..012badf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core ML -torch>=2.1.0 +torch>=2.13.0 torchvision>=0.16.0 torchaudio>=2.1.0 numpy>=1.25.0 @@ -54,7 +54,7 @@ click fabric contexttimer ninja -torch>=2.1.0 +torch>=2.13.0 safetensors einops pydantic diff --git a/testing_requirements.txt b/testing_requirements.txt index a3969a8..57acf3a 100644 --- a/testing_requirements.txt +++ b/testing_requirements.txt @@ -1,5 +1,5 @@ # Core ML -torch>=2.1.0 +torch>=2.13.0 torchvision>=0.16.0 torchaudio>=2.1.0 numpy>=1.25.0 @@ -53,7 +53,7 @@ click fabric contexttimer ninja -torch>=2.1.0 +torch>=2.13.0 safetensors einops pydantic