diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-23 14:06:34 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2022-06-23 09:06:53 -0500 |
commit | 3f636cdb8fdde72375f4fb12367dd232f2b2a320 (patch) | |
tree | 7414338c398c4bcab23a9139f3ad29d493831509 | |
parent | Bump gym from 0.22.0 to 0.24.1 in /System (diff) | |
download | ee4511w-master.tar ee4511w-master.tar.gz ee4511w-master.tar.bz2 ee4511w-master.tar.lz ee4511w-master.tar.xz ee4511w-master.tar.zst ee4511w-master.zip |
Bumps [setuptools](https://github.com/pypa/setuptools) from 60.9.3 to 62.6.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v60.9.3...v62.6.0)
---
updated-dependencies:
- dependency-name: setuptools
dependency-type: direct:production
update-type: version-update:semver-major
...
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 0aeca25..b53c145 100644 --- a/System/requirements.txt +++ b/System/requirements.txt @@ -1,4 +1,4 @@ gym==0.24.1 numpy==1.23.0 -setuptools==60.9.3 +setuptools==62.6.0 torch==1.11.0 |