diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-03-10 21:41:38 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2022-06-23 09:05:48 -0500 |
commit | 6de8c42aed2ec519fc558a385aef17f6eba25ff5 (patch) | |
tree | a38a73b1fafdb9cbeab79ae051292b1183bb6d99 | |
parent | Bump numpy from 1.22.2 to 1.23.0 in /System (diff) | |
download | ee4511w-6de8c42aed2ec519fc558a385aef17f6eba25ff5.tar ee4511w-6de8c42aed2ec519fc558a385aef17f6eba25ff5.tar.gz ee4511w-6de8c42aed2ec519fc558a385aef17f6eba25ff5.tar.bz2 ee4511w-6de8c42aed2ec519fc558a385aef17f6eba25ff5.tar.lz ee4511w-6de8c42aed2ec519fc558a385aef17f6eba25ff5.tar.xz ee4511w-6de8c42aed2ec519fc558a385aef17f6eba25ff5.tar.zst ee4511w-6de8c42aed2ec519fc558a385aef17f6eba25ff5.zip |
Bump torch from 1.10.2 to 1.11.0 in /System
Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.2 to 1.11.0.
- [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.10.2...v1.11.0)
---
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 5daee35..41c2c4b 100644 --- a/System/requirements.txt +++ b/System/requirements.txt @@ -1,4 +1,4 @@ gym==0.22.0 numpy==1.23.0 setuptools==60.9.3 -torch==1.10.2 +torch==1.11.0 |