From 4fd8fe6270fc10fd89fcc892aec0e7d396f26cc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:57:19 +0000 Subject: [PATCH] Update torch requirement from <1.12.2,>=1.10.0 to >=1.10.0,<2.4.2 Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [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.10.0...v2.4.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 64b0dad0..58c7c069 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dynamic = ["version", "readme", "dependencies"] [project.optional-dependencies] avalanche = [ "avalanche_lib==0.3.1", - "torch>=1.10.0, <1.12.2", + "torch>=1.10.0, <2.4.2", ] benchmark = [ "wild-time-data==0.1.1", @@ -28,7 +28,7 @@ dev = [ "black==23.11.0", "avalanche_lib==0.3.1", "wild-time-data==0.1.1", - "torch>=1.10.0, <1.12.2", + "torch>=1.10.0, <2.4.2", # PyTest Dependencies "pytest==7.4.3", "pytest-cov==4.1.0", diff --git a/requirements.txt b/requirements.txt index 9ff1955f..e560c43c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy>=1.17.2, <1.26.3 -torch>=1.10.0, <1.13.2 +torch>=1.10.0, <2.4.2 pandas>=1.4.0, <2.1.4 boto3>=1.26.0, <1.33.8 requests>=2.31.0, <2.31.1