Skip to content

Commit

Permalink
Bump torch (#25089)
Browse files Browse the repository at this point in the history
Bumps [torch](https://github.com/pytorch/pytorch) from 1.12.0 to 1.13.1.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md)
- [Commits](pytorch/pytorch@v1.12.0...v1.13.1)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2023
1 parent a99364c commit 76813c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from setuptools import find_packages

REQUIREMENTS = [
"apache-beam[gcp]==2.41.0", "transformers==4.21.0", "torch==1.12.0"
"apache-beam[gcp]==2.41.0", "transformers==4.21.0", "torch==1.13.1"
]

setuptools.setup(
Expand Down

0 comments on commit 76813c1

Please sign in to comment.