Skip to content

Commit 42d8263

Browse files
Bump torch from 2.2.1+cu118 to 2.8.0
Bumps [torch](https://github.com/pytorch/pytorch) from 2.2.1+cu118 to 2.8.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/commits/v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 27bda83 commit 42d8263

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.8.0; 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)