From 6ec09f6404a23fedcb8b345d7f15402da01fa8d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:34:59 +0000 Subject: [PATCH] Bump torch from 2.0.1 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.2.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.0.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d6be752..85dae18 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pandas>=1.3.0 numpy joblib==1.3.1 -torch==2.0.1 +torch==2.2.0 tqdm==4.66.3 scikit-learn==1.3.0 diff --git a/setup.py b/setup.py index bf06f11..73a0a09 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ def run_tests(self): # https://packaging.python.org/en/latest/requirements.html install_requires=[ "pandas>=1.3.0", - "torch==2.0.1", + "torch==2.2.0", "joblib==1.3.1", "tqdm==4.66.3", "scikit-learn==1.3.0",