diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-23 14:06:17 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2022-06-23 09:06:40 -0500 |
commit | 7e2ef0e58bbafd81cc48437bdbdbc76d771b7cb0 (patch) | |
tree | 766c062c5687fdf1f418eb118bc8f611e06b6bc2 | |
parent | Bump torch from 1.10.2 to 1.11.0 in /System (diff) | |
download | ee4511w-7e2ef0e58bbafd81cc48437bdbdbc76d771b7cb0.tar ee4511w-7e2ef0e58bbafd81cc48437bdbdbc76d771b7cb0.tar.gz ee4511w-7e2ef0e58bbafd81cc48437bdbdbc76d771b7cb0.tar.bz2 ee4511w-7e2ef0e58bbafd81cc48437bdbdbc76d771b7cb0.tar.lz ee4511w-7e2ef0e58bbafd81cc48437bdbdbc76d771b7cb0.tar.xz ee4511w-7e2ef0e58bbafd81cc48437bdbdbc76d771b7cb0.tar.zst ee4511w-7e2ef0e58bbafd81cc48437bdbdbc76d771b7cb0.zip |
Bump gym from 0.22.0 to 0.24.1 in /System
Bumps [gym](https://github.com/Farama-Foundation/gym-docs) from 0.22.0 to 0.24.1.
- [Release notes](https://github.com/Farama-Foundation/gym-docs/releases)
- [Commits](https://github.com/Farama-Foundation/gym-docs/commits)
---
updated-dependencies:
- dependency-name: gym
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 41c2c4b..0aeca25 100644 --- a/System/requirements.txt +++ b/System/requirements.txt @@ -1,4 +1,4 @@ -gym==0.22.0 +gym==0.24.1 numpy==1.23.0 setuptools==60.9.3 torch==1.11.0 |