From 22e17960d4f2f5f701856ed8647a5ff781d614da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 05:28:23 +0000 Subject: [PATCH] Update torch requirement from >=2.13.0 to >=2.14.0 in /iot-sec 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/125995...v2.14.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- iot-sec/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iot-sec/requirements.txt b/iot-sec/requirements.txt index ba3c241..9a64a55 100644 --- a/iot-sec/requirements.txt +++ b/iot-sec/requirements.txt @@ -1,7 +1,7 @@ pandas>=3.0.5 numpy>=2.5.1 scikit-learn>=1.9.0 -torch>=2.13.0 +torch>=2.14.0 accelerate>=1.14.0 datasets>=5.0.1 seaborn>=0.13.2