Skip to content

Commit

Permalink
Bump torch from 2.0.1 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.1.2.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.0.1...v2.1.2)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent d8abb05 commit 3bd8781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers =
[options]
packages = find_namespace:
install_requires =
torch==2.0.1; sys_platform != "darwin"
torch==2.1.2; sys_platform != "darwin"
torch==2.0.1; sys_platform == "darwin"
torchvision==0.15.2
Pillow
Expand Down

0 comments on commit 3bd8781

Please sign in to comment.