From 13535d3fb4dd1b0e44f3ce6ab54ab46108d2b577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Apr 2025 01:05:56 +0000 Subject: [PATCH] Bump torch in /Prediction Models/Thyroid Cancer Recurrence Prediction Bumps [torch](https://github.com/pytorch/pytorch) from 2.3.0 to 2.6.0. - [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/v2.3.0...v2.6.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Thyroid Cancer Recurrence Prediction/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prediction Models/Thyroid Cancer Recurrence Prediction/requirements.txt b/Prediction Models/Thyroid Cancer Recurrence Prediction/requirements.txt index 4d1a51367..a8cc53c04 100644 --- a/Prediction Models/Thyroid Cancer Recurrence Prediction/requirements.txt +++ b/Prediction Models/Thyroid Cancer Recurrence Prediction/requirements.txt @@ -13,5 +13,5 @@ pandas==2.2.2 pytorch_tabnet==4.1.0 scikit_learn==1.4.0 torch==2.3.0 -torch==2.4.0 +torch==2.6.0 wasabi==1.1.3 \ No newline at end of file