Skip to content

Commit 442ff10

Browse files
Bump torch from 2.2.1+cu118 to 2.7.1
Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.1+cu118 to 2.7.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/commits/v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d67c800 commit 442ff10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dependencies = [
7171
"torch==2.2.1+cu118; sys_platform == 'linux'",
7272
"torchvision==0.17.1+cu118; sys_platform == 'linux'",
7373
"torchaudio==2.2.1+cu118; sys_platform == 'linux'",
74-
"torch==2.4.1; sys_platform == 'darwin'",
74+
"torch==2.7.1; sys_platform == 'darwin'",
7575
"torchvision==0.19.1; sys_platform == 'darwin'",
7676
"torchaudio==2.4.1; sys_platform == 'darwin'",
7777
"torch_cluster",

0 commit comments

Comments
 (0)