From af66de3fe78d92534f180f58ded8e47cafa21ab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:53:18 +0000 Subject: [PATCH] Bump torch from 1.13.1 to 2.2.0 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch). Updates `torch` from 1.13.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/v1.13.1...v2.2.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- optional-requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/optional-requirements.txt b/optional-requirements.txt index 954908a1..c59a48a5 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -1,3 +1,3 @@ scikit-mdr==0.4.4 skrebate==0.3.4 -torch==1.13.1 +torch==2.2.0 diff --git a/setup.py b/setup.py index 695ab8b1..18ac5b45 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def calculate_version(): 'dask': ['dask>=0.18.2', 'distributed>=1.22.1', 'dask-ml>=1.0.0'], - 'torch': ['torch==1.13.1'], + 'torch': ['torch==2.2.0'], 'imblearn': ['imbalanced-learn>=0.7.0'] }, classifiers=[