From 1490178a94c8a1591476f9b0a4df7108ebd5163a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:22:13 +0000 Subject: [PATCH] Bump torch from 1.3.1 to 1.13.1 Bumps [torch](https://github.com/pytorch/pytorch) from 1.3.1 to 1.13.1. - [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.3.1...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... 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 d71ccb2d..954908a1 100644 --- a/optional-requirements.txt +++ b/optional-requirements.txt @@ -1,3 +1,3 @@ scikit-mdr==0.4.4 skrebate==0.3.4 -torch==1.3.1 +torch==1.13.1 diff --git a/setup.py b/setup.py index ba37d5f2..8e802cc5 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.3.1'], + 'torch': ['torch==1.13.1'], 'imblearn': ['imbalanced-learn>=0.7.0'] }, classifiers=[