From 93b9dc9992e49cdd296524e917c86b8a435a34d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 15:41:06 +0000 Subject: [PATCH] Bump torch in /Prediction Models/Thyroid Cancer Recurrence Prediction Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2 to 2.4.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.1.2...v2.4.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.4.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 4d2efe9a5..ba668c630 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.1.2 +torch==2.4.0 wasabi==1.1.3 \ No newline at end of file