diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-23 03:46:32 +0000 |
---|---|---|
committer | Matthew Strapp <matt@mattstrapp.net> | 2022-06-23 09:05:35 -0500 |
commit | aab74b8f756a574a4636515ce7e60fee7cd58214 (patch) | |
tree | cffb9ea77913e016a5b90eaeb01bac13b8ec1538 | |
parent | Add new changes from local testing (diff) | |
download | ee4511w-aab74b8f756a574a4636515ce7e60fee7cd58214.tar ee4511w-aab74b8f756a574a4636515ce7e60fee7cd58214.tar.gz ee4511w-aab74b8f756a574a4636515ce7e60fee7cd58214.tar.bz2 ee4511w-aab74b8f756a574a4636515ce7e60fee7cd58214.tar.lz ee4511w-aab74b8f756a574a4636515ce7e60fee7cd58214.tar.xz ee4511w-aab74b8f756a574a4636515ce7e60fee7cd58214.tar.zst ee4511w-aab74b8f756a574a4636515ce7e60fee7cd58214.zip |
Bump numpy from 1.22.2 to 1.23.0 in /System
Bumps [numpy](https://github.com/numpy/numpy) from 1.22.2 to 1.23.0.
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
- [Commits](https://github.com/numpy/numpy/compare/v1.22.2...v1.23.0)
---
updated-dependencies:
- dependency-name: numpy
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 a6d44ef..5daee35 100644 --- a/System/requirements.txt +++ b/System/requirements.txt @@ -1,4 +1,4 @@ gym==0.22.0 -numpy==1.22.2 +numpy==1.23.0 setuptools==60.9.3 torch==1.10.2 |