Skip to content

Commit 30665c6

Browse files
build(deps-dev): bump torch from 2.10.0 to 2.11.0
Bumps [torch](https://github.com/pytorch/pytorch) from 2.10.0 to 2.11.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.10.0...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e97967b commit 30665c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ pin_tensorflow_gpu = [
166166
pin_pytorch_cpu = [
167167
# https://github.com/pytorch/pytorch/issues/114602
168168
# macos x86 has been deprecated
169-
"torch==2.10.0; platform_machine!='x86_64' or platform_system != 'Darwin'",
169+
"torch==2.11.0; platform_machine!='x86_64' or platform_system != 'Darwin'",
170170
"torch; platform_machine=='x86_64' and platform_system == 'Darwin'",
171171
]
172172
pin_pytorch_gpu = [

0 commit comments

Comments
 (0)