diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-08-05 21:29:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 21:29:49 +0000 |
commit | 90a68cc764b651b7c6efb79562b487c04ef904f5 (patch) | |
tree | 7af20d9607e0d376d90a0a1c955cab25a3b6ff09 | |
parent | Bump setuptools from 60.9.3 to 62.6.0 in /System (diff) | |
download | ee4511w-dependabot/pip/System/torch-1.12.1.tar ee4511w-dependabot/pip/System/torch-1.12.1.tar.gz ee4511w-dependabot/pip/System/torch-1.12.1.tar.bz2 ee4511w-dependabot/pip/System/torch-1.12.1.tar.lz ee4511w-dependabot/pip/System/torch-1.12.1.tar.xz ee4511w-dependabot/pip/System/torch-1.12.1.tar.zst ee4511w-dependabot/pip/System/torch-1.12.1.zip |
Bump torch from 1.11.0 to 1.12.1 in /Systemdependabot/pip/System/torch-1.12.1
Bumps [torch](https://github.com/pytorch/pytorch) from 1.11.0 to 1.12.1.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v1.11.0...v1.12.1)
---
updated-dependencies:
- dependency-name: torch
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | System/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/System/requirements.txt b/System/requirements.txt index b53c145..5fb098d 100644 --- a/System/requirements.txt +++ b/System/requirements.txt @@ -1,4 +1,4 @@ gym==0.24.1 numpy==1.23.0 setuptools==62.6.0 -torch==1.11.0 +torch==1.12.1 |